/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 453 StringRef SymbolID; in ParseDirectiveSecRel32() local 483 StringRef SymbolID; in ParseDirectiveRVA() local 513 StringRef SymbolID; in ParseDirectiveSafeSEH() local 528 StringRef SymbolID; in ParseDirectiveSecIdx() local 543 StringRef SymbolID; in ParseDirectiveSymIdx() local 606 StringRef SymbolID; in ParseSEHDirectiveStartProc() local 639 StringRef SymbolID; in ParseSEHDirectiveHandler() local
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 461 StringRef SymbolID; in ParseDirectiveSecRel32() local 491 StringRef SymbolID; in ParseDirectiveRVA() local 521 StringRef SymbolID; in ParseDirectiveSafeSEH() local 536 StringRef SymbolID; in ParseDirectiveSecIdx() local 551 StringRef SymbolID; in ParseDirectiveSymIdx() local 614 StringRef SymbolID; in ParseSEHDirectiveStartProc() local 653 StringRef SymbolID; in ParseSEHDirectiveHandler() local
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/ |
D | Client.cpp | 106 llvm::function_ref<void(const SymbolID &, const clangd::Symbol &)> in relations() 110 [&](std::pair<SymbolID, clangd::Symbol> SubjectAndObject) { in relations()
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 443 StringRef SymbolID; in ParseDirectiveSecRel32() local 458 StringRef SymbolID; in ParseDirectiveSafeSEH() local 473 StringRef SymbolID; in ParseDirectiveSecIdx() local 536 StringRef SymbolID; in ParseSEHDirectiveStartProc() local 569 StringRef SymbolID; in ParseSEHDirectiveHandler() local
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolID.cpp | 16 SymbolID::SymbolID(llvm::StringRef USR) { in SymbolID() function in clang::clangd::SymbolID
|
D | Index.cpp | 75 llvm::function_ref<void(const SymbolID &, const Symbol &)> CB) const { in relations()
|
D | ProjectAware.cpp | 109 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
|
D | MemIndex.cpp | 93 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
|
D | Merge.cpp | 132 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
|
D | YAMLSerialization.cpp | 499 std::string toYAML(const std::pair<SymbolID, llvm::ArrayRef<Ref>> &Data) { in toYAML()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymExpr.h | 98 typedef unsigned SymbolID; typedef
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymExpr.h | 112 using SymbolID = unsigned; variable
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | RenameTests.cpp | 57 const auto &SymbolID = findSymbol(Symbols, SymbolName).ID; in buildRefSlab() local 1238 llvm::function_ref<void(const SymbolID &, const Symbol &)> in TEST() 1286 llvm::function_ref<void(const SymbolID &, const Symbol &)>) in TEST()
|
D | FileIndexTests.cpp | 426 Index.relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; }); in TEST() 453 Index->relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; }); in TEST()
|
D | CodeCompleteTests.cpp | 1349 llvm::function_ref<void(const SymbolID &, const Symbol &)>) in relations()
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Dex.cpp | 296 llvm::function_ref<void(const SymbolID &, const Symbol &)> Callback) const { in relations()
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
D | Marshalling.cpp | 209 for (const auto &SymbolID : From.IDs) in toProtobuf() local
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Representation.h | 30 using SymbolID = std::array<uint8_t, 20>; variable
|