Searched defs:Temporaries (Results 1 - 2 of 2) 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
/external/clang/lib/AST/
H A DExprConstant.cpp314 /// Temporaries - Temporary lvalues materialized within this stack frame.
315 MapTy Temporaries; member in struct:__anon829::CallStackFrame
323 MapTy::iterator I = Temporaries.find(Key);
324 return I == Temporaries.end() ? nullptr : &I->second;
838 APValue &Result = Temporaries[Key];
5442 // Temporaries are represented in the AST as rvalues, but generally behave like

Completed in 671 milliseconds