Home
last modified time | relevance | path

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

/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Ddemangle.cc552 static bool ParseFunctionType(State *state);
1204 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1305 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Ddemangle.cc552 static bool ParseFunctionType(State *state);
1204 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1305 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/abseil-cpp/absl/debugging/internal/
Ddemangle.cc556 static bool ParseFunctionType(State *state);
1208 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1309 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc556 static bool ParseFunctionType(State *state);
1208 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1309 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc556 static bool ParseFunctionType(State *state);
1208 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1309 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc556 static bool ParseFunctionType(State *state);
1208 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()
1309 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/llvm/lib/AsmParser/
DLLParser.h314 bool ParseFunctionType(Type *&Result);
DLLParser.cpp2066 if (ParseFunctionType(Result)) in ParseType()
2266 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h410 bool ParseFunctionType(Type *&Result);
DLLParser.cpp2423 if (ParseFunctionType(Result)) in ParseType()
2649 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser