HomeSort by relevance Sort by last modified time
    Searched defs:Temporaries (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
prog_execute.h 63 GLfloat Temporaries[MAX_PROGRAM_TEMPS][4];
  /external/clang/lib/AST/
ExprConstant.cpp 333 /// Temporaries - Temporary lvalues materialized within this stack frame.
334 MapTy Temporaries;
342 MapTy::iterator I = Temporaries.find(Key);
343 return I == Temporaries.end() ? nullptr : &I->second;
835 /// the ending of the lifetime of temporaries created within it.
    [all...]

Completed in 168 milliseconds