HomeSort by: relevance | last modified time | path
    Searched refs:getId (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc 25 int MyClassTestLib::getId ()
py-autoloaded-pretty-printers-in-newobjfile-event-lib.h 25 int getId ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc 25 int MyClassTestLib::getId ()
py-autoloaded-pretty-printers-in-newobjfile-event-lib.h 25 int getId ();
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
SaslInteraction.h 19 unsigned long getId() const;
SaslInteraction.cpp 19 unsigned long SaslInteraction::getId() const
SaslInteractionHandler.cpp 41 switch ( (*i)->getId() ) {
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.cpp 48 StringRef clang::tblgen::DeclNode::getId() const {
57 StringRef clang::tblgen::TypeNode::getId() const {
69 std::string clang::tblgen::StmtNode::getId() const {
ClangTypeNodesEmitter.cpp 167 Out << macroName << "(" << type.getId() << ", "
179 LastTypeMacroName "(" << type.getId() << ")\n"
189 Out << LeafTypeMacroName "(" << type.getId() << ")\n";
ASTTableGen.h 184 llvm::StringRef getId() const;
206 llvm::StringRef getId() const;
228 std::string getId() const;
ClangASTPropertiesEmitter.cpp 388 Out << " case " << info.HierarchyName << "::" << node.getId() << ":\n"
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.h 61 size_t getId() const {
104 return Clusters_[Id.getId()];
Clustering.cpp 283 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 171 return cast<CoroIdInst>(CoroBegin->getId());
177 return cast<AnyCoroIdRetconInst>(CoroBegin->getId());
182 return cast<CoroIdAsyncInst>(CoroBegin->getId());
Coroutines.cpp 307 auto Id = dyn_cast<CoroIdInst>(CB->getId());
369 auto Id = CoroBegin->getId();
CoroInstr.h 424 AnyCoroIdInst *getId() const {
CoroSplit.cpp 991 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]),
1275 auto *CoroId = CoroBegin->getId();
1551 auto *Id = cast<CoroIdAsyncInst>(Shape.CoroBegin->getId());
1633 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 533 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) ||
538 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS)
663 switch (FInfo.getId()) {
718 const TableRef tr = getOptTable(FInfo.getId());
784 !HasNative(FInfo.getId()))
852 assert((FInfo.getId() == AMDGPULibFunc::EI_POW ||
853 FInfo.getId() == AMDGPULibFunc::EI_POWR ||
854 FInfo.getId() == AMDGPULibFunc::EI_POWN) &&
1017 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) &&
1021 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR &
    [all...]
AMDGPULibFunc.h 333 EFuncId getId() const { return FuncId; }
373 EFuncId getId() const { return Impl->getId(); }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 284 /// getId - Return type identifier.
285 Metadata *getId() const {
468 if(auto *Id = dyn_cast<MDString>(AccessType.getId()))
  /src/external/gpl3/binutils/dist/gprofng/src/
Table.h 431 getId ()
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Table.h 431 getId ()
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.h 50 uint32_t getId() { return Id; }
BTFDebug.cpp 413 uint32_t Id = TypeEntry->getId();
421 uint32_t Id = TypeEntry->getId();
1345 StructTypeId = StructType->getId();
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h 227 StringRef getId() const { return Id; }

Completed in 84 milliseconds

1 2