Home
last modified time | relevance | path

Searched refs:class_prefix (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dparse.c553 int *class_prefix, char **argptr) in parse_nested_classes_for_hpacc() argument
696 *class_prefix = 0; in parse_nested_classes_for_hpacc()
698 *class_prefix = 1; in parse_nested_classes_for_hpacc()
H A Dc-exp.y1318 int class_prefix = 0; in yylex() local
1721 &token_string, &class_prefix, &lexptr); in yylex()
H A Dc-exp.c2948 int class_prefix = 0; in yylex() local
3351 &token_string, &class_prefix, &lexptr); in yylex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1964 static const llvm::StringRef class_prefix("OBJC_CLASS_$_"); in LookupRuntimeSymbol() local
1998 } else if (name_strref.startswith(class_prefix)) { in LookupRuntimeSymbol()
2000 name_strref.substr(class_prefix.size()); in LookupRuntimeSymbol()