Searched defs:Id (Results 51 - 75 of 160) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h100 unsigned Id = FD ? FuncAnonStructSize[FD]++ : AnonStructIds.size(); local
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp52 const char *types::getTypeName(ID Id) { argument
56 types::ID types::getPreprocessedType(ID Id) { argument
64 static bool isPreprocessedModuleType(ID Id) { argument
68 isPreprocessedHeaderUnitType(ID Id) argument
73 getPrecompiledType(ID Id) argument
83 getTypeTempSuffix(ID Id, bool CLStyle) argument
100 onlyPrecompileType(ID Id) argument
105 canTypeBeUserSpecified(ID Id) argument
117 appendSuffixForType(ID Id) argument
122 canLipoType(ID Id) argument
129 isAcceptedByClang(ID Id) argument
162 isAcceptedByFlang(ID Id) argument
176 isDerivedFromC(ID Id) argument
217 isObjC(ID Id) argument
230 isOpenCL(ID Id) argument
232 isCXX(ID Id) argument
255 isLLVMIR(ID Id) argument
268 isCuda(ID Id) argument
280 isHIP(ID Id) argument
292 isHLSL(ID Id) argument
294 isSrcFile(ID Id) argument
373 types::ID Id = (types::ID) (i + 1); local
386 getCompilationPhases(ID Id, phases::ID LastPhase) argument
397 getCompilationPhases(const clang::driver::Driver &Driver, llvm::opt::DerivedArgList &DAL, ID Id) argument
402 lookupCXXTypeForCType(ID Id) argument
418 lookupHeaderTypeForSourceType(ID Id) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp110 V2SCopyInfo(unsigned Id, MachineInstr *C, unsigned Width) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp129 static bool isIntrinsicCall(Value *I, Intrinsic::ID Id) { argument
H A DBTFDebug.h43 uint32_t Id; member in class:llvm::BTFTypeBase
49 void setId(uint32_t Id) { this->Id = Id; } argument
192 void addDataSecEntry(uint32_t Id, const MCSymbol *Sym, uint32_t Size) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h159 underlying_type Id member in class:llvm::orc::AllocGroup
[all...]
H A DPerfSharedStructs.h35 PerfJITRecordType Id; // record type identifier, uint32_t member in struct:llvm::orc::PerfJITRecordPrefix
100 uint32_t Id; local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp46 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, argument
85 std::string Id; member in class:__anon1067::DebugPrintNodeStencil
36 getNode(const BoundNodes &Nodes, StringRef Id) argument
113 std::string Id; member in class:__anon1067::UnaryOperationStencil
116 UnaryOperationStencil(UnaryNodeOperator Op, std::string Id) argument
292 std::string Id; member in class:IfBoundStencil
297 IfBoundStencil(StringRef Id, Stencil TrueStencil, Stencil FalseStencil) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp31 struct Id { struct in namespace:__sanitizer
35 explicit Id(u32 id = 0, u32 seq = 0) function in struct:__sanitizer::Id
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp199 SymIndexId Id = 0; local
281 SymIndexId Id = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp303 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp514 auto *Id = reinterpret_cast<char *>(&CodeDirectory[1]); local
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp466 void PreprocessingRecord::MacroUndefined(const Token &Id, argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp399 visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) argument
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp32 FileID Id; member in struct:__anon630::InclusionRewriter::IncludedFile
34 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h158 const SDValue &getSDValue(TableId &Id) { argument
522 TableId Id = getTableId(Op); local
H A DLegalizeTypes.cpp578 auto Id = getTableId(V); local
582 void DAGTypeLegalizer::RemapId(TableId &Id) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp67 uint32_t Id; member in struct:RecHeader
252 char Id[16]; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp918 IdentifierInfo *Id = nullptr; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h101 void setDWOId(uint64_t Id) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp223 auto Id = dyn_cast<CoroIdInst>(CB->getId()); local
288 auto Id = CoroBegin->getId(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h261 std::string Id; member in class:clang::SarifRule
340 SarifResult setRuleId(llvm::StringRef Id) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h135 int64_t Id; member in class:clang::ento::ExplodedNode
138 ExplodedNode(const ProgramPoint &loc, ProgramStateRef state, int64_t Id, bool IsSink) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp273 createTBAATypeNode(MDNode *Parent, uint64_t Size, Metadata *Id, ArrayRef<TBAAStructField> Fields) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h113 static constexpr bool isRegId(unsigned Id) { argument
116 static constexpr bool isUnitId(unsigned Id) { argument
119 static constexpr bool isMaskId(unsigned Id) { argument
127 static constexpr unsigned toIdx(RegisterId Id) { argument
[all...]

Completed in 336 milliseconds

1234567