Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
DPhases.cpp16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
/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 …]
DSymExpr.h34 #define SYMBOL(Id, Parent) Id##Kind, argument
35 #define SYMBOL_RANGE(Id, First, Last) BEGIN_##Id = First, END_##Id = Last, argument
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h38 struct Id { struct
62 static Id LargeString(size_t index) { in LargeString() argument
68 static Id BlockString(size_t index, uint32_t offset) { in BlockString() argument
76 static constexpr Id Raw(uint32_t raw) { return Id(raw); } in Raw() argument
78 static constexpr Id Null() { return Id(0u); } in Null() argument
81 constexpr Id(uint32_t i) : id(i) {} in Id() function
95 Id StringId(); argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h137 RemoteSymbolId Id) in RemoteSymbolMaterializer()
167 RemoteSymbolId Id; variable
190 Error badRemoteSymbolIdError(RemoteSymbolId Id) { in badRemoteSymbolIdError()
202 auto Id = SymbolIdMgr.getNext(); in jitSymbolToRemote() local
235 void releaseRemoteSymbol(RemoteSymbolId Id) { in releaseRemoteSymbol()
242 Expected<JITTargetAddress> materializeRemoteSymbol(RemoteSymbolId Id) { in materializeRemoteSymbol()
247 Error handleReleaseRemoteSymbol(RemoteSymbolId Id) { in handleReleaseRemoteSymbol()
258 Expected<JITTargetAddress> handleMaterializeRemoteSymbol(RemoteSymbolId Id) { in handleMaterializeRemoteSymbol()
450 JITSymbol lookup(ObjHandleT Id, const std::string &Name) { in lookup()
455 JITSymbol lookupInLogicalDylib(ObjHandleT Id, const std::string &Name) { in lookupInLogicalDylib()
[all …]
DOrcRemoteTargetServer.h207 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
217 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
236 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
246 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
256 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
377 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
398 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
DOrcRemoteTargetClient.h261 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
317 ResourceIdMgr::ResourceId Id; variable
333 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
443 ResourceIdMgr::ResourceId Id; variable
518 auto Id = AllocatorIds.getNext(); in createRemoteMemoryManager() local
529 auto Id = IndirectStubOwnerIds.getNext(); in createIndirectStubsManager() local
588 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
597 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
604 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
628 JITTargetAddress reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, in reserveMem()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.h36 static ClusterId makeValid(size_t Id) { return ClusterId(Id); } in makeValid()
53 explicit ClusterId(size_t Id) : Id_(Id) {} in ClusterId()
66 const ClusterId Id; member
77 const Cluster &getCluster(ClusterId Id) const { in getCluster()
/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/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/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
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_visitor.h40 int64 Id() const { return stat_->metadata_id(); } in Id() function
96 int64 Id() const { return event_->metadata_id(); } in Id() function
151 int64 Id() const { return line_->id(); } in Id() function
193 int64 Id() const { return plane_->id(); } in Id() function
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp64 DWORD Id = 0; in getSourceFileId() local
69 DWORD Id = 0; in getCompilandId() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp64 DWORD Id = 0; in getSourceFileId() local
69 DWORD Id = 0; in getCompilandId() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp97 const auto Id = static_cast<SymIndexId>(SymbolCache.size()); in createCompilandSymbol() local
106 const auto Id = findSymbolByTypeIndex(Index); in createEnumSymbol() local
143 SymIndexId Id = SymbolCache.size(); in findSymbolByTypeIndex() local
158 const auto Id = static_cast<SymIndexId>(SymbolCache.size()); in findSymbolByTypeIndex() local
171 const auto Id = static_cast<SymIndexId>(SymbolCache.size()); in getGlobalScope() local
DNativeEnumSymbol.cpp22 NativeEnumSymbol::NativeEnumSymbol(NativeSession &Session, SymIndexId Id, in NativeEnumSymbol()
81 const auto Id = Session.findSymbolByTypeIndex(Record.getUnderlyingType()); in getLength() local
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DServerStatsFieldEnums.java38 public enum Id { enum in ServerStatsFieldEnums
60 private Id(int value) { in Id() method in ServerStatsFieldEnums.Id
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp47 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg()
61 for (auto Id : Ids) { in getRange() local
87 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
119 for (OptSpecifier Id : ExcludeIds) { in AddAllArgsExcept() local
126 for (OptSpecifier Id : Ids) { in AddAllArgsExcept() local
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h295 explicit VerifyIdIsBoundTo(llvm::StringRef Id) in VerifyIdIsBoundTo()
300 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount) in VerifyIdIsBoundTo()
308 : Id(Id), ExpectedCount(ExpectedCount), Count(0), in Id() function
/external/clang/test/SemaTemplate/
Dalias-nested-nontag.cpp3 template<typename T> using Id = T; // expected-note {{type alias template 'Id' declared here}} typedef
/external/flatbuffers/tests/MyGame/Example/
DAbility.lua18 function Ability_mt:Id() function
DReferrable.lua24 function Referrable_mt:Id() function
/external/clang/test/PCH/
Dpr18806.cpp13 using Id = T; typedef

12345678910>>...12