Home
last modified time | relevance | path

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

12345678910>>...22

/external/llvm-project/clang/lib/Driver/
DTypes.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 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType()
76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
93 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
98 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
110 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
115 bool types::canLipoType(ID Id) { in canLipoType()
[all …]
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()
/external/clang/lib/Driver/
DTypes.cpp39 const char *types::getTypeName(ID Id) { in getTypeName()
43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType()
61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
69 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
73 bool types::canLipoType(ID Id) { in canLipoType()
80 bool types::isAcceptedByClang(ID Id) { in isAcceptedByClang()
104 bool types::isObjC(ID Id) { in isObjC()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h38 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
42 #define LOC_SVAL(Id, Parent) \ in Visit() argument
49 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
58 #define BASIC_SVAL(Id, Parent) \ argument
60 #define ABSTRACT_SVAL(Id, Parent) \ argument
62 #define LOC_SVAL(Id, Parent) \ argument
64 #define NONLOC_SVAL(Id, Parent) \ argument
85 #define SYMBOL(Id, Parent) \ in Visit() argument
94 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
95 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h37 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
41 #define LOC_SVAL(Id, Parent) \ in Visit() argument
48 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
57 #define BASIC_SVAL(Id, Parent) \ argument
59 #define ABSTRACT_SVAL(Id, Parent) \ argument
61 #define LOC_SVAL(Id, Parent) \ argument
63 #define NONLOC_SVAL(Id, Parent) \ argument
84 #define SYMBOL(Id, Parent) \ in Visit() argument
93 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
94 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h39 struct Id { struct
63 static Id LargeString(size_t index) { in LargeString() argument
69 static Id BlockString(size_t index, uint32_t offset) { in BlockString() argument
77 static constexpr Id Raw(uint32_t raw) { return Id(raw); } in Raw() argument
79 static constexpr Id Null() { return Id(0u); } in Null() argument
82 constexpr Id(uint32_t i) : id(i) {} in Id() argument
96 Id StringId(); argument
/external/llvm-project/clang/unittests/Tooling/
DStencilTest.cpp161 void testExpr(StringRef Id, StringRef Snippet, const Stencil &Stencil, in testExpr()
169 void testFailure(StringRef Id, StringRef Snippet, const Stencil &Stencil, in testFailure()
179 StringRef Id = "id"; in TEST_F() local
184 StringRef Id = "id"; in TEST_F() local
189 StringRef Id = "id"; in TEST_F() local
194 StringRef Id = "id"; in TEST_F() local
200 StringRef Id = "id"; in TEST_F() local
205 StringRef Id = "id"; in TEST_F() local
213 StringRef Id = "id"; in TEST_F() local
219 StringRef Id = "id"; in TEST_F() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h137 RemoteSymbolId Id) in RemoteSymbolMaterializer()
162 RemoteSymbolId Id; variable
185 Error badRemoteSymbolIdError(RemoteSymbolId Id) { in badRemoteSymbolIdError()
197 auto Id = SymbolIdMgr.getNext(); in jitSymbolToRemote() local
230 void releaseRemoteSymbol(RemoteSymbolId Id) { in releaseRemoteSymbol()
237 Expected<JITTargetAddress> materializeRemoteSymbol(RemoteSymbolId Id) { in materializeRemoteSymbol()
242 Error handleReleaseRemoteSymbol(RemoteSymbolId Id) { in handleReleaseRemoteSymbol()
253 Expected<JITTargetAddress> handleMaterializeRemoteSymbol(RemoteSymbolId Id) { in handleMaterializeRemoteSymbol()
459 JITSymbol lookup(ObjHandleT Id, const std::string &Name) { in lookup()
464 JITSymbol lookupInLogicalDylib(ObjHandleT Id, const std::string &Name) { in lookupInLogicalDylib()
[all …]
DOrcRemoteTargetServer.h206 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
216 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
235 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
245 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
255 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
376 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
397 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
DOrcRemoteTargetClient.h263 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
320 ResourceIdMgr::ResourceId Id; variable
336 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
446 ResourceIdMgr::ResourceId Id; variable
542 auto Id = AllocatorIds.getNext(); in createRemoteMemoryManager() local
553 auto Id = IndirectStubOwnerIds.getNext(); in createIndirectStubsManager() local
612 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
621 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
628 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
652 JITTargetAddress reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, in reserveMem()
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp210 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
215 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in TypeIdxFromBuiltin() argument
235 #define SVE_TYPE(Name, Id, SingletonId) \ in TypeIdxFromBuiltin() argument
240 #define PPC_MMA_VECTOR_TYPE(Name, Id, Size) \ in TypeIdxFromBuiltin() argument
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs44 public partial class Id class in HelloworldXamarin.Droid.Resource
50 static Id() in Id() method in HelloworldXamarin.Droid.Resource.Id
55 private Id() in Id() method in HelloworldXamarin.Droid.Resource.Id
/external/rust/cxx/src/
Dextern_type.rs112 type Id; typedef
182 pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {} in verify_extern_type() argument
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp785 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in fixType() argument
788 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ in fixType() argument
791 #define SVE_TYPE(Name, Id, SingletonId) \ in fixType() argument
794 #define PPC_MMA_VECTOR_TYPE(Name, Id, Size) \ in fixType() argument
797 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument
798 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument
799 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument
800 #define BUILTIN_TYPE(Id, SingletonId) \ in fixType() argument
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.h44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
68 : Id_(Id), IsUnstable_(IsUnstable) {} in Id_() argument
85 const ClusterId Id; member
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h264 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
321 ResourceIdMgr::ResourceId Id; variable
341 RPCMMAlloc(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RPCMMAlloc()
346 Create(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id, in Create()
383 ResourceIdMgr::ResourceId Id; variable
521 ResourceIdMgr::ResourceId Id) in RemoteJITLinkMemoryManager()
544 ResourceIdMgr::ResourceId Id; variable
551 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
661 ResourceIdMgr::ResourceId Id; variable
751 auto Id = AllocatorIds.getNext(); in createRemoteMemoryManager() local
[all …]
DOrcRemoteTargetServer.h221 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
231 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
250 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
260 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
390 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
411 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h59 Error handleKnownFunction(JITFuncId Id) { in handleKnownFunction()
226 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
235 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
252 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
261 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
387 Expected<TargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
406 Error handleSetProtections(ResourceIdMgr::ResourceId Id, TargetAddress Addr, in handleSetProtections()
DOrcRemoteTargetClient.h59 RCMemoryManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RCMemoryManager()
433 ResourceIdMgr::ResourceId Id; variable
443 ResourceIdMgr::ResourceId Id) in RCIndirectStubsManager()
509 ResourceIdMgr::ResourceId Id; variable
639 auto Id = AllocatorIds.getNext(); in createRemoteMemoryManager() local
650 auto Id = IndirectStubOwnerIds.getNext(); in createIndirectStubsManager() local
705 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
714 Error destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
720 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
738 Error listenForCompileRequests(RPCChannel &C, uint32_t &Id) { in listenForCompileRequests()
[all …]
/external/llvm-project/clang/lib/Tooling/Transformer/
DStencil.cpp37 getNode(const ast_matchers::BoundNodes &Nodes, StringRef Id) { in getNode()
56 std::string Id; member
74 std::string Id; member
95 std::string Id; member
181 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode()
349 Stencil transformer::dPrint(StringRef Id) { in dPrint()
353 Stencil transformer::expression(llvm::StringRef Id) { in expression()
378 Stencil transformer::describe(StringRef Id) { in describe()
387 Stencil transformer::ifBound(StringRef Id, Stencil TrueStencil, in ifBound()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp19 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
24 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
29 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
DNativeTypeEnum.cpp99 SymIndexId Id = Session.getSymbolCache() in getChildAtIndex() local
115 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
120 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
297 const auto Id = Session.getSymbolCache().findSymbolByTypeIndex( in getLength() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp19 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
24 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
29 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
DNativeTypeEnum.cpp99 SymIndexId Id = Session.getSymbolCache() in getChildAtIndex() local
115 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
120 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
297 const auto Id = Session.getSymbolCache().findSymbolByTypeIndex( in getLength() local
/external/clang/lib/Analysis/
DPrintfFormatString.cpp623 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in fixType() argument
626 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument
627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument
628 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument
629 #define BUILTIN_TYPE(Id, SingletonId) \ in fixType() argument

12345678910>>...22