HomeSort by relevance Sort by last modified time
    Searched refs:Argument (Results 101 - 125 of 189) sorted by null

1 2 3 45 6 7 8

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 233 if (Complain) Engine.log("argument counts differ");
433 // Value subtypes: Argument, Constant, Instruction, BasicBlock,
442 if (isa<Argument>(L))
461 Engine.log("different argument counts");
  /external/zlib/src/
make_vms.com 267 $ Argument = P'arg
268 $ If Argument .Eqs. "" Then Goto Exit
271 $ File = F$Element(El," ",Argument)
  /frameworks/compile/slang/
slang_rs_backend.cpp 352 llvm::Argument *HelperFunctionParameter =
  /external/chromium_org/v8/test/mjsunit/
mjsunit.js 90 // The optional second argument is an exception constructor that the
92 // The optional third argument is a message type string that is compared
100 // as the second argument.
107 // as second argument, we do not wait for the concurrent optimization thread to
117 // Argument must not be null or undefined.
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaPseudoObject.cpp 756 assert(op && "successful assignment left argument invalid?");
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 32 // * Verify that a function's argument list agrees with it's declared type.
37 // * Function call argument types match the function prototype
584 // If this was an instruction, bb, or argument, verify that it is in the
591 else if (Argument *A = dyn_cast<Argument>(Op))
798 // VerifyParameterAttrs - Check the given attributes for an argument or return
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 127 // Cast the argument at the beginning of the entry block, after
129 if (Argument *A = dyn_cast<Argument>(V)) {
132 isa<Argument>(cast<BitCastInst>(IP)->getOperand(0)) &&
    [all...]
LazyValueInfo.cpp 611 // If this is the entry block, we must be asking about an argument. The
614 assert(isa<Argument>(Val) && "Unknown live-in to the entry block");
    [all...]
Lint.cpp 215 "Undefined behavior: Call argument count mismatches callee "
216 "argument count", &I);
222 // Check argument types (in case the callee was casted) and attributes.
229 Argument *Formal = PI++;
231 "Undefined behavior: Call argument type mismatches "
243 "Unusual: noalias argument aliases another argument", &I);
246 // Check that an sret argument points to valid memory.
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.py 181 assignment = Argument(lhs, rhs, entry)
362 class Argument(NameAssignment):
626 messages.warning(assmt.pos, "Unused argument value '%s'" %
641 messages.warning(entry.pos, "Unused argument '%s'" %
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 719 throw new Error('Invalid argument');
855 throw new Error('Invalid argument');
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 94 // Fallback to SDISel argument lowering code to deal with sret pointer
105 assert(VI != LocalValueMap.end() && "Missed an argument?");
722 if (const Argument *Arg = dyn_cast<Argument>(Address))
723 // Some arguments' frame index is recorded during argument lowering.
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 324 Value *V = new Argument(Ty);
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 10 // This pass deletes dead arguments from internal functions. Dead argument
50 /// DAE - The dead argument elimination pass.
56 /// argument. Used so that arguments and return values can be used
76 return std::string((IsArg ? "Argument #" : "Return value #"))
98 /// This maps a return value or argument to any MaybeLive return values or
106 /// argument to F.
166 INITIALIZE_PASS(DAE, "deadargelim", "Dead Argument Elimination", false, false)
169 /// DAH - DeadArgumentHacking pass - Same as dead argument elimination, but
182 "Dead Argument Hacking (BUGPOINT USE ONLY; DO NOT USE)",
287 // Loop over the argument list, transferring uses of the old arguments over t
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 45 // extracted functions to pthread-based code, as only one argument (void*) can
153 if (isa<Argument>(V)) return true;
311 // Add the types of the input values to the function's argument list
319 // Add the types of the output values to the function's argument list.
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 296 Value *V = new Argument(Ty);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 575 Value *V = new Argument(Ty);
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 363 goog.asserts.assert(diff >= 0, 'Argument index smaller than offset.');
507 * A regular expression to parse the plural block, extracting the argument
517 * A regular expression to parse the ordinal block, extracting the argument
526 * A regular expression to parse the select block, extracting the argument
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 474 Argument,
529 DEFINE_CASE(Val, Argument);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 442 } else if (const Argument* Arg = dyn_cast<Argument>(val)) {
    [all...]

Completed in 1947 milliseconds

1 2 3 45 6 7 8