OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Temporaries
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h
63
GLfloat
Temporaries
[MAX_PROGRAM_TEMPS][4];
/external/mesa3d/src/mesa/program/
prog_execute.h
63
GLfloat
Temporaries
[MAX_PROGRAM_TEMPS][4];
/art/compiler/optimizing/
builder.cc
43
class
Temporaries
: public ValueObject {
45
Temporaries
(HGraph* graph, size_t count) : graph_(graph), count_(count), index_(0) {
61
// The total number of
temporaries
that will be used.
342
Temporaries
temps(graph_, is_instance_call ? 1 : 0);
408
Temporaries
temps(graph_, 1);
439
Temporaries
temps(graph_, 3);
/external/clang/lib/AST/
ExprConstant.cpp
313
///
Temporaries
- Temporary lvalues materialized within this stack frame.
314
MapTy
Temporaries
;
322
MapTy::iterator I =
Temporaries
.find(Key);
323
return I ==
Temporaries
.end() ? nullptr : &I->second;
759
/// the ending of the lifetime of
temporaries
created within it.
837
APValue &Result =
Temporaries
[Key];
[
all
...]
Completed in 246 milliseconds