/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.cpp | 50 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped));
|
/external/llvm/include/llvm/ExecutionEngine/ |
GenericValue.h | 36 unsigned char Untyped[8];
|
/external/llvm/include/llvm/CodeGen/ |
ValueTypes.td | 78 def untyped: ValueType<8 , 52>; // Produces an untyped value
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaExpression.java | 187 * An untyped method call (e.g. doStuff(x, "y")). 217 * An untyped method call on an instance (e.g. thingy.doStuff(x, "y")). We assume it returns VOID 348 * An untyped symbol (e.g. myVariable).
|
ExpressionTranslator.java | 134 * Translate a template AST expression into an untyped expression.
|
/frameworks/native/opengl/tools/glgen/src/ |
JType.java | 71 // Untyped pointers map to untyped Buffers
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_types.h | 162 /* untyped pointer for instance data */
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_types.h | 162 /* untyped pointer for instance data */
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_types.h | 167 /* untyped pointer for instance data */
|
/external/bison/tests/ |
actions.at | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 300 /// addRoot - Add an untyped node to the set of roots. 306 /// addEndOfPath - Add an untyped node to the set of EOP nodes.
|
MemRegion.h | 99 // Untyped regions. 431 /// AllocaRegion - A region that represents an untyped blob of bytes created [all...] |
/external/llvm/lib/IR/ |
ValueTypes.cpp | 168 case MVT::Untyped: return "Untyped";
|
/external/llvm/lib/Target/ARM/ |
ARMRegisterInfo.td | 326 def GPRPair : RegisterClass<"ARM", [untyped], 64, (add Tuples2R)> { 337 def DTriple : RegisterClass<"ARM", [untyped], 64, (add Tuples3D)> { 392 def DTripleSpc : RegisterClass<"ARM", [untyped], 64, (add Tuples3DSpc)> {
|
ARMISelDAGToDAG.cpp | [all...] |
/external/v8/src/ |
mark-compact.h | 268 // All slots are either untyped or typed: 269 // - Untyped slots are expected to contain a tagged object pointer. 275 // untyped slots from typed slots during iteration by a simple comparison:
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
AssignTokenTypesWalker.g | 75 * 6. Walks literals, assigning types if untyped
|
/external/bison/src/ |
scan-code.l | 65 /* True if an untyped $$ or $n was seen. */ 700 complain_at (dollar_loc, _("explicit type given in untyped grammar"));
|
/external/llvm/lib/Target/R600/ |
SIInstrInfo.td | 240 ValueType vt = untyped, PatLeaf cond = COND_NULL> 244 ValueType vt = untyped, PatLeaf cond = COND_NULL>
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 111 case MVT::Untyped: return "MVT::Untyped";
|
/external/protobuf/src/google/protobuf/ |
dynamic_message.cc | 57 // to allocate untyped memory, rather than calling something like 230 // any time you are trying to convert untyped memory to typed memory, though
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-spec-builders.h | 116 // Untyped base class for ActionResultHolder<R>. 137 // In all of the following Untyped* functions, it's the caller's 239 // Untyped base class for OnCallSpec<F>. [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduParser.java | [all...] |
/external/bison/po/ |
nl.po | 679 # betere vertaling voor 'untyped'? 682 msgid "explicit type given in untyped grammar" [all...] |
/external/bison/ |
NEWS | 241 will display two values for each typed and untyped symbol (provided [all...] |