/external/llvm-project/clang/include/clang/AST/ |
D | ASTImporterSharedState.h | 33 std::unique_ptr<ASTImporterLookupTable> LookupTable; variable 50 LookupTable = std::make_unique<ASTImporterLookupTable>(ToTU); in ASTImporterSharedState() 53 ASTImporterLookupTable *getLookupTable() { return LookupTable.get(); } in getLookupTable() 56 if (LookupTable) in addDeclToLookup() 58 LookupTable->add(ND); in addDeclToLookup() 62 if (LookupTable) in removeDeclFromLookup() 64 LookupTable->remove(ND); in removeDeclFromLookup()
|
D | ASTImporterLookupTable.h | 60 DCMap LookupTable; variable
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporterLookupTable.cpp | 90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() 96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove() 122 auto DCI = LookupTable.find(DC->getPrimaryContext()); in lookup() 123 if (DCI == LookupTable.end()) in lookup() 135 auto DCI = LookupTable.find(DC->getPrimaryContext()); in dump() 136 if (DCI == LookupTable.end()) in dump() 151 for (const auto &Entry : LookupTable) { in dump()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | InMemorySymbolIndex.cpp | 19 LookupTable[std::string(Symbol.Symbol.getName())].push_back(Symbol); in InMemorySymbolIndex() 24 auto I = LookupTable.find(std::string(Identifier)); in search() 25 if (I != LookupTable.end()) in search()
|
D | InMemorySymbolIndex.h | 31 LookupTable;
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | string_view.cc | 40 class LookupTable { class 46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anonb03b57170111::LookupTable 132 LookupTable tbl(s); in find_first_of() 147 LookupTable tbl(s); in find_first_not_of() 173 LookupTable tbl(s); in find_last_of() 191 LookupTable tbl(s); in find_last_not_of()
|
/external/abseil-cpp/absl/strings/ |
D | string_view.cc | 40 class LookupTable { class 46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anon1a5ca6560111::LookupTable 132 LookupTable tbl(s); in find_first_of() 147 LookupTable tbl(s); in find_first_not_of() 173 LookupTable tbl(s); in find_last_of() 191 LookupTable tbl(s); in find_last_not_of()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | string_view.cc | 40 class LookupTable { class 46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anone9121a260111::LookupTable 132 LookupTable tbl(s); in find_first_of() 147 LookupTable tbl(s); in find_first_not_of() 173 LookupTable tbl(s); in find_last_of() 191 LookupTable tbl(s); in find_last_not_of()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | string_view.cc | 40 class LookupTable { class 46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anon923958d70111::LookupTable 132 LookupTable tbl(s); in find_first_of() 147 LookupTable tbl(s); in find_first_not_of() 173 LookupTable tbl(s); in find_last_of() 191 LookupTable tbl(s); in find_last_not_of()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | string_view.cc | 40 class LookupTable { class 46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anon59855e650111::LookupTable 132 LookupTable tbl(s); in find_first_of() 147 LookupTable tbl(s); in find_first_not_of() 173 LookupTable tbl(s); in find_last_of() 191 LookupTable tbl(s); in find_last_not_of()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | string_view.cc | 40 class LookupTable { class 46 explicit LookupTable(string_view wanted) { in LookupTable() function in absl::__anoncb67ff450111::LookupTable 131 LookupTable tbl(s); in find_first_of() 145 LookupTable tbl(s); in find_first_not_of() 170 LookupTable tbl(s); in find_last_of() 187 LookupTable tbl(s); in find_last_not_of()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_side_effects.h | 42 struct LookupTable : ::mlir::SideEffects::Resource::Base<LookupTable> { struct
|
D | tf_op_base.td | 147 def TF_LookupTableResource : TF_ResourceBase<"LookupTable">;
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Dex.cpp | 105 LookupTable[Sym->ID] = Sym; in buildIndex() 271 auto I = LookupTable.find(ID); in lookup() 272 if (I != LookupTable.end()) in lookup() 319 Bytes += LookupTable.getMemorySize(); in estimateMemoryUsage()
|
D | Dex.h | 101 llvm::DenseMap<SymbolID, const Symbol *> LookupTable; variable
|
/external/freetype/src/gxvalid/ |
D | README | 242 4-2. too-short LookupTable (5/183) 245 LookupTable format 0 is a simple array to get a value from a given 249 LookupTable format 0 is too short to cover all GIDs. FontValidator 258 4-3. broken LookupTable format 2 (1/183) 261 LookupTable format 2, subformat 4 covers the GID space by a 270 1 font includes broken LookupTable format 2, in the `just' table.
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTWriter.h | 498 llvm::SmallVectorImpl<char> &LookupTable);
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ClangdLSPServer.cpp | 123 std::vector<std::vector<std::string>> LookupTable; in buildHighlightScopeLookupTable() local 127 LookupTable.push_back( in buildHighlightScopeLookupTable() 129 return LookupTable; in buildHighlightScopeLookupTable()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 3530 llvm::SmallVectorImpl<char> &LookupTable) { in GenerateNameLookupTable() argument 3702 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable() 3784 SmallString<4096> LookupTable; in WriteDeclContextVisibleBlock() local 3785 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleBlock() 3790 LookupTable); in WriteDeclContextVisibleBlock() 3807 SmallString<4096> LookupTable; in WriteDeclContextVisibleUpdate() local 3808 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleUpdate() 3817 Stream.EmitRecordWithBlob(UpdateVisibleAbbrev, Record, LookupTable); in WriteDeclContextVisibleUpdate()
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 450 llvm::SmallVectorImpl<char> &LookupTable);
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 3671 llvm::SmallVectorImpl<char> &LookupTable) { in GenerateNameLookupTable() argument 3843 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable() 3925 SmallString<4096> LookupTable; in WriteDeclContextVisibleBlock() local 3926 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleBlock() 3931 LookupTable); in WriteDeclContextVisibleBlock() 3948 SmallString<4096> LookupTable; in WriteDeclContextVisibleUpdate() local 3949 GenerateNameLookupTable(DC, LookupTable); in WriteDeclContextVisibleUpdate() 3958 Stream.EmitRecordWithBlob(UpdateVisibleAbbrev, Record, LookupTable); in WriteDeclContextVisibleUpdate()
|
/external/clang/docs/ |
D | InternalsManual.rst | 1267 struct LookupTable { 1275 LookupTable LT;
|
/external/llvm-project/clang/docs/ |
D | InternalsManual.rst | 1371 struct LookupTable { 1379 LookupTable LT;
|
/external/tensorflow/ |
D | RELEASE.md | 1602 * Support taking gradients of V2 `tf.cond` and `tf.while_loop` using `LookupTable`.
|