Home
last modified time | relevance | path

Searched refs:ParseFunctionType (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc559 static bool ParseFunctionType(State *state);
1237 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1338 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc559 static bool ParseFunctionType(State *state);
1237 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1338 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/
H A Ddemangle.cc552 static bool ParseFunctionType(State *state);
1204 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1305 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/
H A Ddemangle.cc559 static bool ParseFunctionType(State *state);
1237 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1338 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc567 static bool ParseFunctionType(State *state);
1259 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1367 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc662 static bool ParseFunctionType(State *state);
1518 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1728 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc662 static bool ParseFunctionType(State *state);
1518 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1728 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h314 bool ParseFunctionType(Type *&Result);
H A DLLParser.cpp2066 if (ParseFunctionType(Result)) in ParseType()
2266 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h410 bool ParseFunctionType(Type *&Result);
H A DLLParser.cpp2423 if (ParseFunctionType(Result)) in ParseType()
2649 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser