| /minix3/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | hdb.asn1 | 59 HDB-Ext-PKINIT-acl ::= SEQUENCE OF SEQUENCE { 65 HDB-Ext-PKINIT-hash ::= SEQUENCE OF SEQUENCE { 70 HDB-Ext-PKINIT-cert ::= SEQUENCE OF SEQUENCE { 74 HDB-Ext-Constrained-delegation-acl ::= SEQUENCE OF Principal 78 HDB-Ext-Lan-Manager-OWF ::= OCTET STRING 80 HDB-Ext-Password ::= SEQUENCE { 85 HDB-Ext-Aliases ::= SEQUENCE { 96 pkinit-acl[0] HDB-Ext-PKINIT-acl, 97 pkinit-cert-hash[1] HDB-Ext-PKINIT-hash, 98 allowed-to-delegate-to[2] HDB-Ext-Constrained-delegation-acl, [all …]
|
| H A D | NTMakefile | 40 …$(BINDIR)\asn1_compile.exe --sequence=HDB-Ext-Keyset --sequence=Keys --one-code-file $(SRCDIR)\hdb…
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | 2002-07-14-MiscTests2.c | 6 char *Ext; variable 10 fp (12, Ext ? Ext : "<none>"); in __bb_exit_func()
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | PostOrderIteratorTest.cpp | 25 ExtSetTy Ext; in TEST() local 26 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST() 34 auto PIExt = po_ext_end(NullBB, Ext); in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 237 (Root, Ext) = os.path.splitext(FileName) 238 if ((Ext == "")) : 243 (Root, Ext) = os.path.splitext(FileName) 244 if ((Ext == ".i") | (Ext == ".ii") | 245 (Ext == ".c") | (Ext == ".cpp") | 246 (Ext == ".m") | (Ext == "")) :
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2013 Instruction *Ext, TypePromotionTransaction &TPT, 2028 promoteOperandForOther(Instruction *Ext, TypePromotionTransaction &TPT, 2035 signExtendOperandForOther(Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument 2040 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInsts, Exts, in signExtendOperandForOther() 2046 zeroExtendOperandForOther(Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther() argument 2051 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInsts, Exts, in zeroExtendOperandForOther() 2057 typedef Value *(*Action)(Instruction *Ext, TypePromotionTransaction &TPT, 2070 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedTruncs, 2143 Instruction *Ext, const SetOfInstrs &InsertedTruncs, in getAction() argument 2145 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && in getAction() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
| H A D | Types.h | 71 ID lookupTypeForExtension(const char *Ext);
|
| H A D | ToolChain.h | 181 virtual types::ID LookupTypeForExtension(const char *Ext) const;
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 362 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local 363 for (const auto *MD : Ext->instance_methods()) { in isIntroducingInitializers() 425 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local 426 for (const auto *MD : Ext->instance_methods()) in getDesignatedInitializers() 451 for (const auto *Ext : IFace->visible_extensions()) { in isDesignatedInitializer() local 452 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) { in isDesignatedInitializer() 499 for (const auto *Ext : ClassDecl->visible_extensions()) { in lookupInstanceVariable() local 500 if (ObjCIvarDecl *I = Ext->getIvarDecl(ID)) { in lookupInstanceVariable() 1289 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin() local 1290 if (!Ext->ivar_empty()) { in all_declared_ivar_begin() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
| H A D | Types.cpp | 130 types::ID types::lookupTypeForExtension(const char *Ext) { in lookupTypeForExtension() argument 131 return llvm::StringSwitch<types::ID>(Ext) in lookupTypeForExtension()
|
| H A D | ToolChain.cpp | 181 types::ID ToolChain::LookupTypeForExtension(const char *Ext) const { in LookupTypeForExtension() 182 return types::lookupTypeForExtension(Ext); in LookupTypeForExtension()
|
| H A D | Driver.cpp | 1051 if (const char *Ext = strrchr(Value, '.')) in BuildInputs() local 1052 Ty = TC.LookupTypeForExtension(Ext + 1); in BuildInputs() 1089 const char *Ext = strrchr(Value, '.'); in BuildInputs() local 1090 if (Ext && TC.LookupTypeForExtension(Ext + 1) == types::TY_Object) in BuildInputs()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 535 Instruction *Ext = (*I)->clone(); in applyExts() local 536 Ext->setOperand(0, Current); in applyExts() 537 Ext->insertBefore(IP); in applyExts() 538 Current = Ext; in applyExts()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 570 const ExtractValueInst *Ext = dyn_cast<ExtractValueInst>(U); in SurveyFunction() local 571 if (Ext && Ext->hasIndices()) { in SurveyFunction() 574 unsigned Idx = *Ext->idx_begin(); in SurveyFunction() 576 RetValLiveness[Idx] = SurveyUses(Ext, MaybeLiveRetUses[Idx]); in SurveyFunction()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/verify-uselistorder/ |
| H A D | verify-uselistorder.cpp | 75 bool init(const std::string &Ext); 108 bool TempFile::init(const std::string &Ext) { in init() argument 111 if (auto EC = sys::fs::createTemporaryFile("use-list-order", Ext, Vector)) { in init()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 129 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() argument 159 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); in DefineFloatMacros() 162 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); in DefineFloatMacros() 169 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext); in DefineFloatMacros() 173 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext); in DefineFloatMacros()
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | intel | 41 0 beshort 0x55AA BIOS (ia32) ROM Ext.
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransProperties.cpp | 143 for (auto *Ext : iface->visible_extensions()) in doTransform() local 144 collectProperties(Ext, AtExtProps, &AtProps); in doTransform()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 538 AArch64_AM::ShiftExtendType Ext; in SelectArithExtendedRegister() local 548 Ext = getExtendTypeForNode(N.getOperand(0)); in SelectArithExtendedRegister() 549 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectArithExtendedRegister() 554 Ext = getExtendTypeForNode(N); in SelectArithExtendedRegister() 555 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectArithExtendedRegister() 566 assert(Ext != AArch64_AM::UXTX && Ext != AArch64_AM::SXTX); in SelectArithExtendedRegister() 568 Shift = CurDAG->getTargetConstant(getArithExtendImm(Ext, ShiftVal), MVT::i32); in SelectArithExtendedRegister() 706 AArch64_AM::ShiftExtendType Ext = in SelectExtendedSHL() local 708 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectExtendedSHL() 712 SignExtend = CurDAG->getTargetConstant(Ext == AArch64_AM::SXTW, MVT::i32); in SelectExtendedSHL() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 265 for (const auto *Ext : InterfD->visible_extensions()) in containsInvalidationMethod() local 266 containsInvalidationMethod(Ext, OutInfo, Partial); in containsInvalidationMethod()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1885 for (auto *Ext : I->visible_extensions()) in MatchAllMethodDeclarations() local 1887 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations() 1996 for (auto *Ext : I->visible_extensions()) in ImplMethodsVsClassMethods() local 1997 ImplMethodsVsClassMethods(S, IMPDecl, Ext, IncompleteImpl); in ImplMethodsVsClassMethods() 2691 for (const auto *Ext : IDecl->visible_extensions()) { in ActOnAtEnd() local 2692 for (const auto *Property : Ext->properties()) { in ActOnAtEnd() 2700 for (const auto *Ext : IDecl->visible_extensions()) { in ActOnAtEnd() local 2702 = Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd() 2706 = Ext->getInstanceMethod(Property->getSetterName())) in ActOnAtEnd()
|
| H A D | SemaObjCProperty.cpp | 335 for (const auto *Ext : CCPrimary->known_extensions()) { in HandlePropertyInClassExtension() local 337 = ObjCPropertyDecl::findPropertyDecl(Ext, PropertyId)) { in HandlePropertyInClassExtension() 859 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl() local 860 DeclContext::lookup_result R = Ext->lookup(property->getDeclName()); in ActOnPropertyImplDecl()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 70 for (StringRef Ext : PathExts) { 72 if (std::error_code EC = windows::UTF8ToUTF16(Ext, U16Ext))
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 103 Ext, enumerator
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 1495 const SCEV *Ext = SE.getNoopOrAnyExtend(S, CanonicalIV->getType()); in visitAddRecExpr() local 1496 if (isa<SCEVAddRecExpr>(Ext)) in visitAddRecExpr() 1497 NewS = Ext; in visitAddRecExpr()
|