HomeSort by relevance Sort by last modified time
    Searched refs:ParseType (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/third_party/symbolize/
demangle.cc 425 static bool ParseType(State *state);
711 ParseType(state) &&
769 ParseType(state)) {
793 if (ParseTwoCharToken(state, "TC") && ParseType(state) &&
796 ParseType(state)) {
803 ParseType(state)) {
906 static bool ParseType(State *state) {
909 if (ParseCVQualifiers(state) && ParseType(state)) {
914 if (ParseCharClass(state, "OPRCG") && ParseType(state)) {
919 if (ParseTwoCharToken(state, "Dp") && ParseType(state))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 136 TEST_F(SuppressionContextTest, ParseType) {
  /external/protobuf/src/google/protobuf/compiler/
parser.h 264 bool ParseType(FieldDescriptorProto::Type* type,
parser.cc 452 DO(ParseType(&type, &type_name));
1007 bool Parser::ParseType(FieldDescriptorProto::Type* type,
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 270 bool ParseType(Type *&Result, bool AllowVoid = false);
271 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
273 return ParseType(Result, AllowVoid);
LLParser.cpp 659 ParseType(Ty, TyLoc) ||
823 ParseType(Ty, TyLoc))
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 371 bool ParseType(FieldDescriptorProto::Type* type,
parser.cc 664 DO(ParseType(&type, &type_name));
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 183 RecTy *ParseType();
TGParser.cpp 672 /// ParseType - Parse and return a tblgen type. This returns null on error.
683 RecTy *TGParser::ParseType() {
717 RecTy *SubType = ParseType();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 143 context_value.type = input_ime::InputContext::ParseType(context.type);
168 context_value.type = input_ime::InputContext::ParseType(context.type);
202 key_data_value.type = input_ime::KeyboardEvent::ParseType(event.type);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
SymbolFileDWARF.cpp     [all...]

Completed in 1614 milliseconds