Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1087 bool variable_found = false; in LookupLocalVariable() local
1097 if (var && !variable_found) { in LookupLocalVariable()
1098 variable_found = true; in LookupLocalVariable()
1104 return variable_found; in LookupLocalVariable()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp221 bool variable_found() const in variable_found() function in __anon8efa989c0111::find_deref_visitor
3209 if (find.variable_found()) in assign_attribute_or_color_locations()