HomeSort by relevance Sort by last modified time
    Searched defs:Variable (Results 26 - 49 of 49) sorted by null

12

  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 119 /// VariableExprAST - Expression class for referencing a variable, like "a".
256 if (CurTok != '(') // Simple variable ref.
553 // Look this variable up in the function.
555 return V ? V : ErrorV("Unknown variable name");
671 // variable = phi [start, loopheader], [nextvariable, loopend]
677 // nextvariable = variable + step
682 // Emit the start code first, without 'variable' in scope.
699 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
700 Variable->addIncoming(StartVal, PreheaderBB);
702 // Within the loop, the variable is defined equal to the PHI node. If i
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 88 // The variable to which this location entry corresponds.
89 const MDNode *Variable;
95 DotDebugLocEntry() : Begin(0), End(0), Variable(0), Merged(false) {
100 : Begin(B), End(E), Loc(L), Variable(V), Merged(false) {
105 : Begin(B), End(E), Variable(0), Merged(false) {
110 : Begin(B), End(E), Variable(0), Merged(false) {
116 : Begin(B), End(E), Variable(0), Merged(false) {
138 const MDNode *getVariable() const { return Variable; }
145 /// \brief This class is used to track local variable information.
147 DIVariable Var; // Variable Descriptor
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 146 * It's a mapping table between 'variable name' and its 'active Pick object'
197 refs[i] = var_ref; // link definition with variable
518 class Variable : public Pick {
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 57 // local variable map) which could be used by subsequent statements.
507 // scope of the variable that is declared extends from its point
636 // Create a cleanup scope for the condition variable cleanups.
641 // If the for statement has a condition scope, emit the local variable
734 // The loop body, consisting of the specified body and the loop variable.
756 // Create a separate cleanup scope for the loop variable and body.
815 // constructed into the NRVO variable.
817 // If there is an NRVO flag for this variable, set it to 1 into indicate
818 // that the cleanup code should not destroy the variable.
    [all...]
CodeGenFunction.h 187 /// \brief Lookup the captured field decl for a variable.
240 /// when the NRVO has been applied to this variable.
299 /// An i1 variable indicating whether or not the @finally is
303 /// An i8* variable into which the exception pointer to rethrow
669 /// class directly is useful when you have a variable number of
794 /// variable which is declared as __block.
    [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...]
SemaChecking.cpp     [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 146 * It's a mapping table between 'variable name' and its 'active Pick object'
197 refs[i] = var_ref; // link definition with variable
518 class Variable : public Pick {
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 423 const MDNode *Variable =
431 LDI->second, Offset, Variable);
453 Offset, Variable);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/v8/tools/
test.py 775 class Variable(Expression):
993 return Variable(name.lower())
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 78 Addr_Variable, // variable described by the debug info
109 // the variable's name (zero terminated), plus a (memory) offset.
119 } Variable;
365 if (ai->Addr.Variable.descr1)
368 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr1, 0) );
369 if (ai->Addr.Variable.descr2)
372 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr2, 0) );
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 198 class Variable:
205 """Construct a variable
211 If NAME matches an existing variable and VALUE is omitted
229 """Unset the variable in Tcl."""
232 """Return the name of the variable in Tcl."""
235 """Set the variable to VALUE."""
238 """Return value of variable."""
241 """Define a trace callback for the variable.
245 the variable is read, written or undefined.
250 self._tk.call("trace", "variable", self._name, mode, cbname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 198 class Variable:
205 """Construct a variable
211 If NAME matches an existing variable and VALUE is omitted
229 """Unset the variable in Tcl."""
232 """Return the name of the variable in Tcl."""
235 """Set the variable to VALUE."""
238 """Return value of variable."""
241 """Define a trace callback for the variable.
245 the variable is read, written or undefined.
250 self._tk.call("trace", "variable", self._name, mode, cbname
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
javassist-3.14.0-GA.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 8707 milliseconds

12