Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 25 of 230) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDTypes.cpp32 for (auto Id : Phases) in PhasesBitSet() local
52 const char *types::getTypeName(ID Id) { in getTypeName()
56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
64 static bool isPreprocessedModuleType(ID Id) { in isPreprocessedModuleType()
68 static bool isPreprocessedHeaderUnitType(ID Id) { in isPreprocessedHeaderUnitType()
73 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType()
83 const char *types::getTypeTempSuffix(ID Id, bool CLStyle) { in getTypeTempSuffix()
100 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
105 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
117 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
[all …]
HDOptionUtils.cpp19 IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, in getLastArgIntValueImpl()
36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, in getLastArgIntValue()
41 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, in getLastArgUInt64Value()
HDPhases.cpp15 const char *phases::getPhaseName(ID Id) { in getPhaseName()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSValVisitor.h34 #define BASIC_SVAL(Id, Parent) \ in Visit() argument
37 #define LOC_SVAL(Id, Parent) \ in Visit() argument
40 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
49 #define BASIC_SVAL(Id, Parent) \ argument
51 #define ABSTRACT_SVAL(Id, Parent) BASIC_SVAL(Id, Parent) argument
52 #define LOC_SVAL(Id, Parent) \ argument
54 #define NONLOC_SVAL(Id, Parent) \ argument
75 #define SYMBOL(Id, Parent) \ in Visit() argument
84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
85 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
HDSVals.h58 #define BASIC_SVAL(Id, Parent) Id##Kind, argument
59 #define LOC_SVAL(Id, Parent) Loc##Id##Kind, argument
60 #define NONLOC_SVAL(Id, Parent) NonLoc##Id##Kind, argument
61 #define SVAL_RANGE(Id, First, Last) \ argument
181 #define NONLOC_SVAL(Id, Parent) \ argument
188 #define LOC_SVAL(Id, Parent) \ argument
HDSymExpr.h35 #define SYMBOL(Id, Parent) Id##Kind, argument
36 #define SYMBOL_RANGE(Id, First, Last) BEGIN_##Id = First, END_##Id = Last, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp216 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
221 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
241 #define SVE_TYPE(Name, Id, SingletonId) \ in TypeIdxFromBuiltin() argument
246 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeIdxFromBuiltin() argument
251 #define RVV_TYPE(Name, Id, SingletonId) \ in TypeIdxFromBuiltin() argument
256 #define WASM_TYPE(Name, Id, SingletonId) \ in TypeIdxFromBuiltin() argument
261 #define AMDGPU_TYPE(Name, Id, SingletonId) \ in TypeIdxFromBuiltin() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDPrintfFormatString.cpp852 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in fixType() argument
855 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
858 #define SVE_TYPE(Name, Id, SingletonId) \ in fixType() argument
861 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in fixType() argument
864 #define RVV_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in fixType() argument
866 #define WASM_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in fixType() argument
868 #define AMDGPU_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in fixType() argument
870 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument
871 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument
872 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument
[all …]
HDNSAPI.cpp435 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getNSNumberFactoryMethodKind() argument
438 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getNSNumberFactoryMethodKind() argument
446 #define SVE_TYPE(Name, Id, SingletonId) \ in getNSNumberFactoryMethodKind() argument
449 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getNSNumberFactoryMethodKind() argument
452 #define RVV_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in getNSNumberFactoryMethodKind() argument
454 #define WASM_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in getNSNumberFactoryMethodKind() argument
456 #define AMDGPU_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in getNSNumberFactoryMethodKind() argument
591 Selector NSAPI::getOrInitNullarySelector(StringRef Id, Selector &Sel) const { in getOrInitNullarySelector()
HDTypeLoc.cpp410 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getWrittenTypeSpec() argument
413 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in getWrittenTypeSpec() argument
421 #define SVE_TYPE(Name, Id, SingletonId) \ in getWrittenTypeSpec() argument
424 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getWrittenTypeSpec() argument
427 #define RVV_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in getWrittenTypeSpec() argument
429 #define WASM_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in getWrittenTypeSpec() argument
431 #define AMDGPU_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in getWrittenTypeSpec() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDStencil.cpp37 StringRef Id) { in getNode()
46 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode()
85 std::string Id; member in __anon119969920111::DebugPrintNodeStencil
113 std::string Id; member in __anon119969920111::UnaryOperationStencil
116 UnaryOperationStencil(UnaryNodeOperator Op, std::string Id) in UnaryOperationStencil()
292 std::string Id; member in __anon119969920111::IfBoundStencil
297 IfBoundStencil(StringRef Id, Stencil TrueStencil, Stencil FalseStencil) in IfBoundStencil()
434 Stencil transformer::dPrint(StringRef Id) { in dPrint()
438 Stencil transformer::expression(llvm::StringRef Id) { in expression()
463 Stencil transformer::describe(StringRef Id) { in describe()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGenData/
HDOutlinedHashTreeRecord.cpp41 unsigned Id; in inputOne() local
80 auto Id = endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize() local
130 auto Id = P.second; in convertToStableData() local
152 auto Id = P.first; in convertFromStableData() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeUDT.cpp20 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
25 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
30 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
HDNativeTypeEnum.cpp102 SymIndexId Id = Session.getSymbolCache() in getChildAtIndex() local
118 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
123 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
302 const auto Id = Session.getSymbolCache().findSymbolByTypeIndex( in getLength() local
HDSymbolCache.cpp199 SymIndexId Id = 0; in findSymbolByTypeIndex() local
281 SymIndexId Id = 0; in getOrCreateGlobalSymbolByOffset() local
308 SymIndexId Id = createSymbol<NativeInlineSiteSymbol>(Sym, ParentAddr); in getOrCreateInlineSymbol() local
373 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset()); in findFunctionSymbolBySectOffset() local
442 SymIndexId Id = createSymbol<NativePublicSymbol>(PS); in findPublicSymbolBySectOffset() local
630 SymIndexId Id = SourceFiles.size(); in getOrCreateSourceFile() local
HDNativeFunctionSymbol.cpp26 SymIndexId Id, in NativeFunctionSymbol()
126 SymIndexId Id = Session.getSymbolCache().getOrCreateInlineSymbol( in findInlineFramesByVA() local
HDNativeTypePointer.cpp20 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
27 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypes.cpp489 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in ConvertType() argument
492 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in ConvertType() argument
561 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in ConvertType() argument
567 #define RVV_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in ConvertType() argument
584 #define WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) \ in ConvertType() argument
592 #define AMDGPU_OPAQUE_PTR_TYPE(Name, MangledName, AS, Width, Align, Id, \ in ConvertType() argument
598 #define BUILTIN_TYPE(Id, SingletonId) in ConvertType() argument
599 #define PLACEHOLDER_TYPE(Id, SingletonId) \ in ConvertType() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
HDArgList.cpp45 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg()
59 for (auto Id : Ids) { in getRange() local
92 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
116 for (OptSpecifier Id : ExcludeIds) { in AddAllArgsExcept() local
123 for (OptSpecifier Id : Ids) { in AddAllArgsExcept() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIALineNumber.cpp63 DWORD Id = 0; in getSourceFileId() local
68 DWORD Id = 0; in getCompilandId() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_deadlock_detector2.cpp31 struct Id { struct
32 u32 id;
33 u32 seq;
35 explicit Id(u32 id = 0, u32 seq = 0) in Id() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibFunc.cpp94 static unsigned toIndex(ID Id) { in toIndex()
107 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs()
108 static StringRef getName(ID Id) { return Table[toIndex(Id)].Name; } in getName()
570 int Id = 0; in buildManglingRulesMap() local
1074 bool UnmangledFuncInfo::lookup(StringRef Name, ID &Id) { in lookup()
1101 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom) { in AMDGPULibFunc()
1108 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts) { in AMDGPULibFunc()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDConstraintSystem.h26 uint16_t Id; member
38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp751 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in VisitType() argument
755 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in VisitType() argument
769 #define SVE_TYPE(Name, Id, SingletonId) \ in VisitType() argument
773 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitType() argument
777 #define RVV_TYPE(Name, Id, SingletonId) \ in VisitType() argument
781 #define WASM_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in VisitType() argument
783 #define AMDGPU_TYPE(Name, Id, SingletonId) \ in VisitType() argument
846 #define BUILTIN_TYPE(Id, SingletonId) in VisitType() argument
847 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitType() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp144 Node &getMutableNode(NodeId Id) { return Nodes[Id]; } in getMutableNode()
190 int Id = 0, Depth = 0; member
283 std::function<void(NodeId)> Traverse = [&](NodeId Id) { in getSubtreePostorder()
308 std::function<void(NodeId)> PostorderTraverse = [&](NodeId Id) { in initTree()
334 bool SyntaxTree::Impl::isInSubtree(NodeId Id, NodeId SubtreeRoot) const { in isInSubtree()
338 int SyntaxTree::Impl::findPositionInParent(NodeId Id, bool Shifted) const { in findPositionInParent()
474 int Id = 0; member
749 void open(NodeId Id) { in open()
763 for (size_t Id = 0, E = N1.Children.size(); Id < E; ++Id) in identical() local
870 for (NodeId Id : L1.pop()) in matchTopDown() local
[all …]

12345678910