/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.h | 47 enum ID { enum 49 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 84 const char *getName(unsigned ID) const { in getName() argument 85 return getRecord(ID).Name; in getName() 89 const char *getTypeString(unsigned ID) const { in getTypeString() argument 90 return getRecord(ID).Type; in getTypeString() 94 bool isTSBuiltin(unsigned ID) const { in isTSBuiltin() argument 95 return ID >= Builtin::FirstTSBuiltin; in isTSBuiltin() 99 bool isPure(unsigned ID) const { in isPure() argument 100 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure() [all …]
|
H A D | TargetBuiltins.h | 29 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 40 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 49 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 62 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 72 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 82 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 92 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 102 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 112 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 116 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | rl78-decode.opc | 41 #define ID(x) rl78->id = RLO_##x, rl78->lineno = __LINE__ 207 ID(add); DR(A); SM(None, IMMU(2)); Fzac; 210 ID(add); DR(A); SM(HL, 0); Fzac; 213 ID(add); DR(A); SM2(HL, B, 0); Fzac; 216 ID(add); DR(A); SM(HL, IMMU(1)); Fzac; 219 ID(add); DR(A); SM2(HL, C, 0); Fzac; 222 ID(add); DR(A); SC(IMMU(1)); Fzac; 225 ID(add); DR(A); SRB(rba); Fzac; 228 ID(add); DR(A); SM(None, SADDR); Fzac; 231 ID(add); DRB(reg); SR(A); Fzac; [all …]
|
H A D | rl78-decode.c | 43 #define ID(x) rl78->id = RLO_##x, rl78->lineno = __LINE__ macro 212 ID(nop); in rl78_decode_opcode() 235 ID(add); W(); DR(AX); SRW(rw); Fzac; in rl78_decode_opcode() 250 ID(add); W(); DR(AX); SM(None, IMMU(2)); Fzac; in rl78_decode_opcode() 265 ID(add); W(); DR(AX); SC(IMMU(2)); Fzac; in rl78_decode_opcode() 280 ID(add); W(); DR(AX); SM(None, SADDR); Fzac; in rl78_decode_opcode() 295 ID(xch); DR(A); SR(X); in rl78_decode_opcode() 312 ID(mov); DR(A); SM(B, IMMU(2)); in rl78_decode_opcode() 327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode() 344 ID(add); DR(A); SM(None, SADDR); Fzac; in rl78_decode_opcode() [all …]
|
H A D | rx-decode.opc | 87 #define ID(x) rx->id = RXO_##x 310 ID(mov); DR(rdst); SC(IMM (1)); F_____; 313 ID(mov); DD(sd, rdst, sz); 329 ID(mov); DR(rdst); SC(immm); F_____; 332 ID(mov); sBWL (sz); DIs(dst, d*16+sppp, sz); SC(IMM(1)); F_____; 337 ID(nop2); 342 ID(mov); sBWL(sz); F_____; 354 ID(mov); sBWL(sz); DR(dst); SIs(src, dsp*4+a*2+b, sz); F_____; 357 ID(mov); sBWL(sz); DIs(dst, dsp*4+a*2+b, sz); SR(src); F_____; 360 ID(movbi); sBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____; [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | rl78-decode.opc | 41 #define ID(x) rl78->id = RLO_##x, rl78->lineno = __LINE__ 207 ID(add); DR(A); SM(None, IMMU(2)); Fzac; 210 ID(add); DR(A); SM(HL, 0); Fzac; 213 ID(add); DR(A); SM2(HL, B, 0); Fzac; 216 ID(add); DR(A); SM(HL, IMMU(1)); Fzac; 219 ID(add); DR(A); SM2(HL, C, 0); Fzac; 222 ID(add); DR(A); SC(IMMU(1)); Fzac; 225 ID(add); DR(A); SRB(rba); Fzac; 228 ID(add); DR(A); SM(None, SADDR); Fzac; 231 ID(add); DRB(reg); SR(A); Fzac; [all …]
|
H A D | rl78-decode.c | 43 #define ID(x) rl78->id = RLO_##x, rl78->lineno = __LINE__ macro 212 ID(nop); in rl78_decode_opcode() 235 ID(add); W(); DR(AX); SRW(rw); Fzac; in rl78_decode_opcode() 250 ID(add); W(); DR(AX); SM(None, IMMU(2)); Fzac; in rl78_decode_opcode() 265 ID(add); W(); DR(AX); SC(IMMU(2)); Fzac; in rl78_decode_opcode() 280 ID(add); W(); DR(AX); SM(None, SADDR); Fzac; in rl78_decode_opcode() 295 ID(xch); DR(A); SR(X); in rl78_decode_opcode() 312 ID(mov); DR(A); SM(B, IMMU(2)); in rl78_decode_opcode() 327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode() 344 ID(add); DR(A); SM(None, SADDR); Fzac; in rl78_decode_opcode() [all …]
|
H A D | rx-decode.opc | 87 #define ID(x) rx->id = RXO_##x 310 ID(mov); DR(rdst); SC(IMM (1)); F_____; 313 ID(mov); DD(sd, rdst, sz); 329 ID(mov); DR(rdst); SC(immm); F_____; 332 ID(mov); sBWL (sz); DIs(dst, d*16+sppp, sz); SC(IMM(1)); F_____; 337 ID(nop2); 342 ID(mov); sBWL(sz); F_____; 354 ID(mov); sBWL(sz); DR(dst); SIs(src, dsp*4+a*2+b, sz); F_____; 357 ID(mov); sBWL(sz); DIs(dst, dsp*4+a*2+b, sz); SR(src); F_____; 360 ID(movbi); sBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 27 unsigned ID = 0; in TypeIdxFromBuiltin() local 30 ID = PREDEF_TYPE_VOID_ID; in TypeIdxFromBuiltin() 33 ID = PREDEF_TYPE_BOOL_ID; in TypeIdxFromBuiltin() 36 ID = PREDEF_TYPE_CHAR_U_ID; in TypeIdxFromBuiltin() 39 ID = PREDEF_TYPE_UCHAR_ID; in TypeIdxFromBuiltin() 42 ID = PREDEF_TYPE_USHORT_ID; in TypeIdxFromBuiltin() 45 ID = PREDEF_TYPE_UINT_ID; in TypeIdxFromBuiltin() 48 ID = PREDEF_TYPE_ULONG_ID; in TypeIdxFromBuiltin() 51 ID = PREDEF_TYPE_ULONGLONG_ID; in TypeIdxFromBuiltin() 54 ID = PREDEF_TYPE_UINT128_ID; in TypeIdxFromBuiltin() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Types.h | 23 enum ID { enum 25 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, ...) TY_##ID, argument 32 const char *getTypeName(ID Id); 37 ID getPreprocessedType(ID Id); 42 ID getPrecompiledType(ID Id); 46 const char *getTypeTempSuffix(ID Id, bool CLMode = false); 49 bool onlyPrecompileType(ID Id); 54 bool canTypeBeUserSpecified(ID Id); 59 bool appendSuffixForType(ID Id); 64 bool canLipoType(ID Id); [all …]
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | test076-authid-rewrite | 175 ID=Manager 176 echo "Testing ldapwhoami as $ID..." 177 $LDAPSASLWHOAMI -H $URI1 -Y $MECH -U $ID -w $PASSWD 201 ID=Manager 202 echo "Testing ldapwhoami as $ID..." 203 $LDAPSASLWHOAMI -H $URI1 -Y $MECH -U $ID -w $PASSWD 211 ID=bjensen 212 echo "Testing ldapwhoami as $ID..." 213 $LDAPSASLWHOAMI -H $URI1 -Y $MECH -U $ID -w $ID 237 ID=Manager [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | proto-mdb.h | 75 struct berval *dn, Entry **e, ID *nsubs, int matched )); 86 ID *id, 87 ID *nsubs, 95 ID pid, 96 ID nsubs, 103 ID id, 104 ID nsubs ); 115 ID *sups 122 ID eid, 123 ID *ids, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Types.cpp | 26 ID PreprocessedType; 31 constexpr PhasesBitSet(std::initializer_list<phases::ID> Phases) { in PhasesBitSet() 35 bool contains(phases::ID Id) const { return Bits & (1 << Id); } in contains() 40 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, ...) \ argument 52 const char *types::getTypeName(ID Id) { in getTypeName() 56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() 57 ID PPT = getInfo(Id).PreprocessedType; in getPreprocessedType() 64 static bool isPreprocessedModuleType(ID Id) { in isPreprocessedModuleType() 68 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType() 76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | defparse.y | 39 %token <id> ID 56 | DESCRIPTION ID { def_description ($2);} 74 ID opt_equal_name opt_ordinal opt_NONAME opt_CONSTANT opt_DATA opt_PRIVATE 84 ID '=' ID '.' ID '.' ID opt_import_name 86 | ID '=' ID '.' ID '.' NUMBER opt_import_name 88 | ID '=' ID '.' ID opt_import_name 90 | ID '=' ID '.' NUMBER opt_import_name 92 | ID '.' ID '.' ID opt_import_name 94 | ID '.' ID '.' NUMBER opt_import_name 96 | ID '.' ID opt_import_name [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | defparse.y | 39 %token <id> ID 56 | DESCRIPTION ID { def_description ($2);} 74 ID opt_equal_name opt_ordinal opt_NONAME opt_CONSTANT opt_DATA opt_PRIVATE 84 ID '=' ID '.' ID '.' ID opt_import_name 86 | ID '=' ID '.' ID '.' NUMBER opt_import_name 88 | ID '=' ID '.' ID opt_import_name 90 | ID '=' ID '.' NUMBER opt_import_name 92 | ID '.' ID '.' ID opt_import_name 94 | ID '.' ID '.' NUMBER opt_import_name 96 | ID '.' ID opt_import_name [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineModuleInfo.h | 29 SyncScope::ID AgentSSID; 31 SyncScope::ID WorkgroupSSID; 33 SyncScope::ID WavefrontSSID; 35 SyncScope::ID SystemOneAddressSpaceSSID; 37 SyncScope::ID AgentOneAddressSpaceSSID; 39 SyncScope::ID WorkgroupOneAddressSpaceSSID; 41 SyncScope::ID WavefrontOneAddressSpaceSSID; 43 SyncScope::ID SingleThreadOneAddressSpaceSSID; 51 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering() 73 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 36 static Error typeError(StringRef ID, const ASTNodeKind &Kind) { in typeError() argument 37 return invalidArgumentError("mismatched type (node id=" + ID + in typeError() 41 static Error typeError(StringRef ID, const ASTNodeKind &Kind, in typeError() argument 44 ExpectedType + " (node id=" + ID + in typeError() 48 static Error missingPropertyError(StringRef ID, Twine Description, in missingPropertyError() argument 51 "' (node id=" + ID + ")"); in missingPropertyError() 55 StringRef ID) { in getNode() argument 57 auto It = NodesMap.find(ID); in getNode() 59 return invalidArgumentError("ID not bound: " + ID); in getNode() 141 RangeSelector transformer::node(std::string ID) { in node() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Builtins.cpp | 22 #define BUILTIN(ID, TYPE, ATTRS) \ argument 23 { #ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES, nullptr }, 24 #define LANGBUILTIN(ID, TYPE, ATTRS, LANGS) \ argument 25 { #ID, TYPE, ATTRS, nullptr, LANGS, nullptr }, 26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, LANGS) \ argument 27 { #ID, TYPE, ATTRS, HEADER, LANGS, nullptr }, 31 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() 32 if (ID < Builtin::FirstTSBuiltin) in getRecord() 33 return BuiltinInfo[ID]; in getRecord() 34 assert(((ID - Builtin::FirstTSBuiltin) < in getRecord() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DomPrinter.cpp | 109 static char ID; member 113 "dom", ID) { in DomViewer() 121 static char ID; member 125 "domonly", ID) { in DomOnlyViewer() 140 static char ID; member 145 "postdom", ID){ in PostDomViewer() 154 static char ID; member 159 "postdomonly", ID){ in PostDomOnlyViewer() 165 char DomViewer::ID = 0; member in DomViewer 169 char DomOnlyViewer::ID = 0; [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
H A D | idl.c | 40 static void idl_check( ID *ids ) in idl_check() 45 ID i; in idl_check() 53 static void idl_dump( ID *ids ) in idl_dump() 62 ID i; in idl_dump() 80 unsigned wt_idl_search( ID *ids, ID id ) in wt_idl_search() 138 int wt_idl_insert( ID *ids, ID id ) in wt_idl_insert() 186 AC_MEMCPY( &ids[x+1], &ids[x], (ids[0]-x) * sizeof(ID) ); in wt_idl_insert() 199 static int wt_idl_delete( ID *ids, ID id ) in wt_idl_delete() 244 AC_MEMCPY( &ids[x], &ids[x+1], (1+ids[0]-x) * sizeof(ID) ); in wt_idl_delete() 276 ID *a, in wt_idl_intersection() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 105 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) DW_TAG_##NAME = ID, argument 116 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in isType() argument 125 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID, argument 132 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID, argument 138 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID, argument 151 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID, argument 168 #define HANDLE_DW_END(ID, NAME) DW_END_##NAME = ID, argument 189 #define HANDLE_DW_VIRTUALITY(ID, NAME) DW_VIRTUALITY_##NAME = ID, argument 195 #define HANDLE_DW_DEFAULTED(ID, NAME) DW_DEFAULTED_##NAME = ID, argument 201 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 69 llvm::FoldingSetNodeID ID; in getSubRegion() local 70 RegionTy::ProfileRegion(ID, arg1, superRegion); in getSubRegion() 72 auto *R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, InsertPos)); in getSubRegion() 86 llvm::FoldingSetNodeID ID; in getSubRegion() local 87 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion); in getSubRegion() 89 auto *R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, InsertPos)); in getSubRegion() 105 llvm::FoldingSetNodeID ID; in getSubRegion() local 106 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion); in getSubRegion() 108 auto *R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, InsertPos)); in getSubRegion() 211 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() [all …]
|
H A D | BasicValueFactory.cpp | 32 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() argument 34 T.Profile(ID); in Profile() 35 ID.AddPointer(L.getInternalPointer()); in Profile() 38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() argument 41 ID.AddPointer(store.getStore()); in Profile() 42 ID.AddPointer(region); in Profile() 46 llvm::FoldingSetNodeID &ID, const NamedDecl *D, in Profile() argument 48 ID.AddPointer(D); in Profile() 49 ID.AddPointer(L.getInternalPointer()); in Profile() 58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 38 static void initializeUsedResources(InstrDesc &ID, in initializeUsedResources() argument 96 ID.MustIssueImmediately = AllInOrderResources && AnyDispatchHazards; in initializeUsedResources() 122 ID.Resources.emplace_back(A); in initializeUsedResources() 159 for (ResourcePlusCycles &RPC : ID.Resources) { in initializeUsedResources() 184 ID.UsedBuffers = Buffers.getZExtValue(); in initializeUsedResources() 185 ID.UsedProcResUnits = UsedResourceUnits; in initializeUsedResources() 186 ID.UsedProcResGroups = UsedResourceGroups; in initializeUsedResources() 189 for (const std::pair<uint64_t, ResourceUsage> &R : ID.Resources) in initializeUsedResources() 194 uint64_t BufferIDs = ID.UsedBuffers; in initializeUsedResources() 200 dbgs() << "\t\t Used Units=" << format_hex(ID.UsedProcResUnits, 16) << '\n'; in initializeUsedResources() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint-passes/ |
H A D | TestPasses.cpp | 32 static char ID; // Pass ID, replacement for typeid member in __anon97a63b370111::CrashOnCalls 33 CrashOnCalls() : FunctionPass(ID) {} in CrashOnCalls() 51 char CrashOnCalls::ID = 0; member in CrashOnCalls 61 static char ID; // Pass ID, replacement for typeid member in __anon97a63b370211::DeleteCalls 62 DeleteCalls() : FunctionPass(ID) {} in DeleteCalls() 79 char DeleteCalls::ID = 0; member in DeleteCalls 90 static char ID; // Pass ID, replacement for typeid member in __anon97a63b370311::CrashOnDeclFunc 91 CrashOnDeclFunc() : ModulePass(ID) {} in CrashOnDeclFunc() 104 char CrashOnDeclFunc::ID = 0; member in CrashOnDeclFunc 114 static char ID; member in __anon97a63b370411::CrashOnTooManyCUs [all …]
|