Searched refs:hasType (Results 1 - 7 of 7) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBundle_InfoPlist.c586 Boolean retVal = false, hasType = false, hasCreator = false, releaseInfoDict = false; local
623 retVal = hasType = hasCreator = true;
637 retVal = hasType = true;
646 if (!hasType || !hasCreator) {
650 if (packageType && !hasType) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dmode_html.js1439 function hasType(token, type) {
1440 var hasType = true;
1445 hasType = false;
1449 return hasType;
1462 if (!token || !hasType(token, 'meta.tag') && !(hasType(token, 'text') && token.value.match('/'))){
1465 } while (token && (hasType(token, 'string') || hasType(token, 'keyword.operator') || hasType(token, 'entity.attribute-name') || hasType(toke
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetRegisterInfo.h101 /// hasType - return true if this TargetRegisterClass has the ValueType vt.
103 bool hasType(EVT vt) const { function in class:llvm::TargetRegisterClass
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp163 assert(UseRC->hasType(VT) && "Incompatible phys register def and uses!");
H A DSelectionDAGBuilder.cpp5855 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetRegisterInfo.cpp107 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp16955 if (Res.second->hasType(VT))
17023 else if (X86::VR128RegClass.hasType(VT))
17025 else if (X86::VR256RegClass.hasType(VT))

Completed in 309 milliseconds