HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/clang/lib/CodeGen/
CodeGenFunction.h 625 /// when the NRVO has been applied to this variable.
672 /// An i1 variable indicating whether or not the @finally is
676 /// An i8* variable into which the exception pointer to rethrow
    [all...]
CGBlocks.cpp 269 // We can only do this if the variable is const.
280 // If the variable doesn't have any initializer (shouldn't this be
378 const VarDecl *variable = ci->getVariable(); local
400 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) {
401 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant);
408 variable->getType().getObjCLifetime();
422 } else if (variable->getType()->isObjCRetainableType()) {
435 variable->getType()->getAsCXXRecordDecl()) {
443 QualType VT = variable->getType();
445 CharUnits align = C.getDeclAlign(variable);
594 const VarDecl *variable = ci->getVariable(); local
749 const VarDecl *variable = ci->getVariable(); local
1184 const VarDecl *variable = ci->getVariable(); local
1221 const VarDecl *variable = ci->getVariable(); local
1333 const VarDecl *variable = ci->getVariable(); local
1505 const VarDecl *variable = ci->getVariable(); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAGBuilder.h 553 bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
SelectionDAGISel.cpp 415 const MDNode *Variable =
422 .addImm(Offset).addMetadata(Variable);
443 .addImm(Offset).addMetadata(Variable);
    [all...]
  /external/v8/src/
liveedit.cc 859 ZoneList<Variable*> stack_list(outer_scope->StackLocalCount());
860 ZoneList<Variable*> context_list(outer_scope->ContextLocalCount());
862 context_list.Sort(&Variable::CompareIndex);
    [all...]
hydrogen-instructions.h     [all...]
full-codegen.cc 588 Variable* var = decl->proxy()->var();
    [all...]
messages.js 220 "strict_catch_variable", ["Catch variable may not be eval or arguments in strict mode"],
226 "strict_var_name", ["Variable name may not be eval or arguments in strict mode"],
248 "harmony_const_assign", ["Assignment to constant variable."],
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 17 | Ast.Variable name ->
19 | Not_found -> raise (Error "unknown variable name"))
118 (* Emit the start code first, without 'variable' in scope. *)
135 let variable = build_phi [(start_val, preheader_bb)] var_name builder in var
137 (* Within the loop, the variable is defined equal to the PHI node. If it
138 * shadows an existing variable, we have to restore it, so save it
143 Hashtbl.add named_values var_name variable;
158 let next_var = build_add variable step_val "nextvar" builder in
178 add_incoming (next_var, loop_end_bb) variable;
180 (* Restore the unshadowed variable. *
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 490 /// uninitialized use of a variable.
522 // FIXME: This also happens if the first use of a variable is always
629 /// uninitialized variable. This manages the different forms of diagnostic
638 // Inspect the initializer of the variable declaration which is
674 // Report where the variable was declared when the use wasn't within
    [all...]
  /external/v8/tools/
test.py 775 class Variable(Expression):
993 return Variable(name.lower())
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 114 __Block_byref_x_VarName struct, and gives the variable VarName
120 variable should still have type 'SomeType', as originally declared.
123 struct to find the original type of the variable. This will be
125 Information Entry for the variable 'VarName'. 'VarName' will then
132 side, the Debug Information Entry for the variable VarName needs to
135 value of the variable. The function addBlockByrefType does this. */
553 // Early return to avoid creating dangling variable|scope DIEs.
574 if (DIE *Variable =
576 Children.push_back(Variable);
577 if (Variables[i]->isObjectPointer()) ObjectPointer = Variable;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 260 if (TextureMapperGLData::shaderInfo.getUniformLocation(TextureMapperGLData::shaderInfo.prog##Program, TextureMapperGLData::shaderInfo.var##Variable, #var) < 0) \
261 LOG_ERROR("Couldn't find variable "#var" in program "#prog"\n");
  /external/ceres-solver/docs/
solving.tex 139 for solving them is the Variable Projection algorithm invented by
148 squares problems and refer to {\em Variable Projection} as
151 Implementing Variable Projection is tedious and expensive. Ruhe \&
261 Suppose that the SfM problem consists of $p$ cameras and $q$ points and the variable vector $x$ has the block structure $x = [y_{1},\hdots,y_{p},z_{1},\hdots,z_{q}]$. Where, $y$ and $z$ correspond to camera and point parameters, respectively. Further, let the camera blocks be of size $c$ and the point blocks be of size $s$ (for most problems $c$ = $6$--$9$ and $s = 3$). Ceres does not impose any constancy requirement on these block sizes, but choosing them to be constant simplifies the exposition.
368 solver about the variable elimination ordering to use. This can range
409 variable, create an elimination group per variable, ordering them in
    [all...]
  /external/v8/benchmarks/
raytrace.js 16 // Variable used to hold a number that can be used to verify that
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 11 // Variable used to hold a number that can be used to verify that
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 11 // Variable used to hold a number that can be used to verify that
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 11 // Variable used to hold a number that can be used to verify that
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /build/core/
main.mk 29 # TOPDIR is the normal variable you should use, because
56 # This overrides the shell variable $PWD, which does not necessarily points to
264 # Variable to check java support level inside PDK build.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/grub/docs/
texinfo.tex 124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
152 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 750 milliseconds

1 2 34 5