Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/FixIt/
Dtypo.cpp75 …return *i + *ptr + global_val; // expected-error{{use of undeclared identifier 'global_val'; did y… in foo()
/external/clang/test/FixIt/
Dtypo.cpp75 …return *i + *ptr + global_val; // expected-error{{use of undeclared identifier 'global_val'; did y… in foo()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h183 static clang::NamedDecl *DeclForGlobal(const llvm::GlobalValue *global_val,
DIRForTarget.cpp116 clang::NamedDecl *IRForTarget::DeclForGlobal(const GlobalValue *global_val, in DeclForGlobal() argument
137 metadata_node->getOperand(0)) != global_val) in DeclForGlobal()
154 clang::NamedDecl *IRForTarget::DeclForGlobal(GlobalValue *global_val) { in DeclForGlobal() argument
155 return DeclForGlobal(global_val, m_module); in DeclForGlobal()