Home
last modified time | relevance | path

Searched refs:context_name (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1019 std::string context_name; in GetOrCreateFunctionDecl() local
1021 context_name = ns->getQualifiedNameAsString(); in GetOrCreateFunctionDecl()
1023 context_name = tag->getQualifiedNameAsString(); in GetOrCreateFunctionDecl()
1048 proc_name.consume_front(context_name); in GetOrCreateFunctionDecl()
/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c1481 static const char * const context_name[] = { variable
1518 context_name[CxTYPE(cx)], OP_NAME(PL_op)); in S_dopoptolabel()
1693 context_name[CxTYPE(cx)], OP_NAME(PL_op)); in S_dopoptoloop()