Home
last modified time | relevance | path

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

123456789

/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp32 for (auto Id : Phases) in PhasesBitSet() local
52 const char *types::getTypeName(ID Id) { in getTypeName() argument
56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() argument
64 static bool isPreprocessedModuleType(ID Id) { in isPreprocessedModuleType() argument
68 isPreprocessedHeaderUnitType(ID Id) isPreprocessedHeaderUnitType() argument
73 getPrecompiledType(ID Id) getPrecompiledType() argument
83 getTypeTempSuffix(ID Id,bool CLStyle) getTypeTempSuffix() argument
100 onlyPrecompileType(ID Id) onlyPrecompileType() argument
105 canTypeBeUserSpecified(ID Id) canTypeBeUserSpecified() argument
117 appendSuffixForType(ID Id) appendSuffixForType() argument
122 canLipoType(ID Id) canLipoType() argument
129 isAcceptedByClang(ID Id) isAcceptedByClang() argument
162 isAcceptedByFlang(ID Id) isAcceptedByFlang() argument
176 isDerivedFromC(ID Id) isDerivedFromC() argument
217 isObjC(ID Id) isObjC() argument
230 isOpenCL(ID Id) isOpenCL() argument
232 isCXX(ID Id) isCXX() argument
255 isLLVMIR(ID Id) isLLVMIR() argument
268 isCuda(ID Id) isCuda() argument
280 isHIP(ID Id) isHIP() argument
292 isHLSL(ID Id) isHLSL() argument
294 isSrcFile(ID Id) isSrcFile() argument
373 types::ID Id = (types::ID) (i + 1); lookupTypeForTypeSpecifier() local
386 getCompilationPhases(ID Id,phases::ID LastPhase) getCompilationPhases() argument
398 getCompilationPhases(const clang::driver::Driver & Driver,llvm::opt::DerivedArgList & DAL,ID Id) getCompilationPhases() argument
402 lookupCXXTypeForCType(ID Id) lookupCXXTypeForCType() argument
418 lookupHeaderTypeForSourceType(ID Id) lookupHeaderTypeForSourceType() argument
[all...]
H A DOptionUtils.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()
H A DPhases.cpp15 const char *phases::getPhaseName(ID Id) { in getPhaseName()
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.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 …]
H A DSVals.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 NONLOC_SVAL(Id,Parent) global() argument
188 LOC_SVAL(Id,Parent) global() argument
[all...]
H A DSymExpr.h35 #define SYMBOL(Id, Parent) Id##Kind, argument
36 #define SYMBOL_RANGE(Id, First, Last) BEGIN_##Id = First, END_##Id = Last, argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp218 ID = PREDEF_TYPE_##Id##_ID; \ in TypeIdxFromBuiltin() argument
243 ID = PREDEF_TYPE_##Id##_ID; \ in TypeIdxFromBuiltin() argument
213 IMAGE_TYPE(ImgType,Id,SingletonId,Access,Suffix) TypeIdxFromBuiltin() argument
238 SVE_TYPE(Name,Id,SingletonId) TypeIdxFromBuiltin() argument
248 RVV_TYPE(Name,Id,SingletonId) TypeIdxFromBuiltin() argument
253 WASM_TYPE(Name,Id,SingletonId) TypeIdxFromBuiltin() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp21 for (const FrameId &Id : N.CallStack) serialize() local
30 for (const FrameId &Id : Frames) serialize() local
50 const FrameId Id = deserialize() local
68 const FrameId Id = deserialize() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp789 IMAGE_TYPE(ImgType,Id,SingletonId,Access,Suffix) fixType() argument
792 EXT_OPAQUE_TYPE(ExtType,Id,Ext) fixType() argument
795 SVE_TYPE(Name,Id,SingletonId) fixType() argument
798 PPC_VECTOR_TYPE(Name,Id,Size) fixType() argument
801 RVV_TYPE(Name,Id,SingletonId) fixType() argument
803 WASM_TYPE(Name,Id,SingletonId) fixType() argument
805 SIGNED_TYPE(Id,SingletonId) fixType() argument
806 UNSIGNED_TYPE(Id,SingletonId) fixType() argument
807 FLOATING_TYPE(Id,SingletonId) fixType() argument
808 BUILTIN_TYPE(Id,SingletonId) fixType() argument
[all...]
H A DNSAPI.cpp465 IMAGE_TYPE(ImgType,Id,SingletonId,Access,Suffix) getNSNumberFactoryMethodKind() argument
468 EXT_OPAQUE_TYPE(ExtType,Id,Ext) getNSNumberFactoryMethodKind() argument
476 SVE_TYPE(Name,Id,SingletonId) getNSNumberFactoryMethodKind() argument
479 PPC_VECTOR_TYPE(Name,Id,Size) getNSNumberFactoryMethodKind() argument
482 RVV_TYPE(Name,Id,SingletonId) getNSNumberFactoryMethodKind() argument
484 WASM_TYPE(Name,Id,SingletonId) getNSNumberFactoryMethodKind() argument
618 getOrInitNullarySelector(StringRef Id,Selector & Sel) const getOrInitNullarySelector() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp37 StringRef Id) { in getNode() argument
46 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode() argument
85 std::string Id; member in __anon17351d8b0111::DebugPrintNodeStencil
113 std::string Id; global() member in __anon17351d8b0111::UnaryOperationStencil
116 UnaryOperationStencil(UnaryNodeOperator Op,std::string Id) UnaryOperationStencil() argument
292 std::string Id; global() member in __anon17351d8b0111::IfBoundStencil
297 IfBoundStencil(StringRef Id,Stencil TrueStencil,Stencil FalseStencil) IfBoundStencil() argument
434 dPrint(StringRef Id) dPrint() argument
438 expression(llvm::StringRef Id) expression() argument
463 describe(StringRef Id) describe() argument
472 ifBound(StringRef Id,Stencil TrueStencil,Stencil FalseStencil) ifBound() argument
[all...]
H A DParsing.cpp166 auto Id = State.Input.take_while( in parseId() local
184 StringRef Id = State.Input.take_until([](char c) { return c == '"'; }); in parseStringId() local
247 auto Id = parseId(State); in parseRangeSelectorImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.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()
H A DNativeTypeEnum.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
H A DSymbolCache.cpp199 SymIndexId Id = 0; in findSymbolByTypeIndex() local
281 SymIndexId Id = 0; getOrCreateGlobalSymbolByOffset() local
308 SymIndexId Id = createSymbol<NativeInlineSiteSymbol>(Sym, ParentAddr); getOrCreateInlineSymbol() local
373 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset()); findFunctionSymbolBySectOffset() local
442 SymIndexId Id = createSymbol<NativePublicSymbol>(PS); findPublicSymbolBySectOffset() local
631 SymIndexId Id = SourceFiles.size(); getOrCreateSourceFile() local
[all...]
H A DNativeFunctionSymbol.cpp26 SymIndexId Id, in NativeFunctionSymbol()
126 SymIndexId Id = Session.getSymbolCache().getOrCreateInlineSymbol( in findInlineFramesByVA() local
H A DNativeTypePointer.cpp20 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
27 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp63 DWORD Id = 0; in getSourceFileId() local
68 DWORD Id = 0; in getCompilandId() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp433 IMAGE_TYPE(ImgType,Id,SingletonId,Access,Suffix) ConvertType() argument
436 EXT_OPAQUE_TYPE(ExtType,Id,Ext) ConvertType() argument
505 PPC_VECTOR_TYPE(Name,Id,Size) ConvertType() argument
511 RVV_TYPE(Name,Id,SingletonId) ConvertType() argument
529 WASM_REF_TYPE(Name,MangledName,Id,SingletonId,AS) ConvertType() argument
538 BUILTIN_TYPE(Id,SingletonId) ConvertType() argument
539 PLACEHOLDER_TYPE(Id,SingletonId) ConvertType() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DArgList.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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp31 struct Id { struct
32 u32 id;
33 u32 seq;
35 explicit Id(u32 id = 0, u32 seq = 0) in Id() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h26 uint16_t Id; member
38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp94 static unsigned toIndex(ID Id) { in toIndex() argument
107 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs() argument
108 static StringRef getName(ID Id) { return Table[toIndex(Id)].Name; } in getName() argument
570 int Id = 0; in buildManglingRulesMap() local
1074 lookup(StringRef Name,ID & Id) lookup() argument
1101 AMDGPULibFunc(EFuncId Id,const AMDGPULibFunc & CopyFrom) AMDGPULibFunc() argument
1108 AMDGPULibFunc(EFuncId Id,FunctionType * FT,bool SignedInts) AMDGPULibFunc() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp770 case BuiltinType::Id: \ in VisitType() argument
740 IMAGE_TYPE(ImgType,Id,SingletonId,Access,Suffix) VisitType() argument
744 EXT_OPAQUE_TYPE(ExtType,Id,Ext) VisitType() argument
758 SVE_TYPE(Name,Id,SingletonId) VisitType() argument
762 PPC_VECTOR_TYPE(Name,Id,Size) VisitType() argument
766 RVV_TYPE(Name,Id,SingletonId) VisitType() argument
830 BUILTIN_TYPE(Id,SingletonId) VisitType() argument
831 PLACEHOLDER_TYPE(Id,SingletonId) VisitType() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mibmap.cpp21 void InsertOrMerge(const uptr Id, const MemInfoBlock &Block, MIBMapTy &Map) { in InsertOrMerge() argument

123456789