/external/openscreen/third_party/abseil/src/absl/types/ |
D | optional_test.cc | 43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function 44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function 45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function 46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | optional_test.cc | 43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function 44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function 45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function 46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function 44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function 45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function 46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function 44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function 45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function 46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
|
/external/abseil-cpp/absl/types/ |
D | optional_test.cc | 43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals() function 44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals() function 45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals() function 46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals() function
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 1184 unsigned TypeQuals : 5; member 1217 unsigned TypeQuals : 5; member 1515 unsigned TypeQuals : 5; member 1523 unsigned TypeQuals : 5; member
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 159 unsigned TypeQuals, in getFunction()
|
D | SemaType.cpp | 729 unsigned &TypeQuals, in diagnoseAndRemoveTypeQualifiers() 787 unsigned TypeQuals = DS.getTypeQualifiers(); in checkOmittedBlockReturnType() local 1673 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ConvertDeclSpecToType() local
|
D | SemaDeclCXX.cpp | 6831 if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckConstructorDeclarator() local 7000 else if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckDestructorDeclarator() local
|
D | SemaDecl.cpp | 3856 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ParsedFreeStandingDeclSpec() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2338 unsigned TypeQuals = 0; in isCopyConstructor() local 2352 unsigned TypeQuals = 0; in isMoveConstructor() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 2565 unsigned TypeQuals = 0; in isCopyConstructor() local 2579 unsigned TypeQuals = 0; in isMoveConstructor() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 780 unsigned &TypeQuals, in diagnoseAndRemoveTypeQualifiers() 828 unsigned TypeQuals = DS.getTypeQualifiers(); in checkOmittedBlockReturnType() local 1772 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ConvertDeclSpecToType() local
|
D | SemaDeclCXX.cpp | 10198 if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckConstructorDeclarator() local 10373 else if (unsigned TypeQuals = D.getDeclSpec().getTypeQualifiers()) { in CheckDestructorDeclarator() local
|
D | SemaDecl.cpp | 4581 if (unsigned TypeQuals = DS.getTypeQualifiers()) { in ParsedFreeStandingDeclSpec() local
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 115 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList()
|
D | Type.cpp | 140 unsigned TypeQuals, in Profile()
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 192 unsigned TypeQuals) { in Profile() 214 unsigned TypeQuals, in Profile()
|
D | TypePrinter.cpp | 138 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, in AppendTypeQualList()
|