Searched refs:Temporaries (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprog_execute.h63 GLfloat Temporaries[MAX_PROGRAM_TEMPS][4]; member in struct:gl_program_machine
H A Dprog_execute.c97 return machine->Temporaries[reg];
161 return machine->Temporaries[reg];
/external/clang/lib/AST/
H A DExprConstant.cpp334 /// Temporaries - Temporary lvalues materialized within this stack frame.
335 MapTy Temporaries; member in struct:__anon1440::CallStackFrame
343 MapTy::iterator I = Temporaries.find(Key);
344 return I == Temporaries.end() ? nullptr : &I->second;
979 APValue &Result = Temporaries[Key];
5778 // Temporaries are represented in the AST as rvalues, but generally behave like
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp843 namespace Temporaries {
864 static_assert(S().f(), ""); // expected-error {{constant expression}} expected-note {{in call to '&Temporaries::S()->f()'}}
865 static_assert(S().g(), ""); // expected-error {{constant expression}} expected-note {{in call to '&Temporaries::S()->g()'}}
882 constexpr int k = NonLiteral().f(); // expected-error {{constant expression}} expected-note {{non-literal type 'Temporaries::NonLiteral'}}

Completed in 246 milliseconds