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

  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 357 ValueScope& curScope = getCurValueScope();
359 if (!curScope.findEntry(variable))
362 ValueEntry* newEntry = curScope.allocate(variable);
371 curScope.setValue(variable, value);
398 VariableScope& curScope = getCurVariableScope();
405 vector<Variable*>& curLiveVars = curScope.getLiveVariables();
417 DE_ASSERT(curScope.getLiveVariables().size() == 0);
  /external/clang/lib/Sema/
SemaAttr.cpp 446 void Sema::ActOnPragmaUnused(const Token &IdTok, Scope *curScope,
451 LookupParsedName(Lookup, curScope, nullptr, true);
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 96 milliseconds