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

1 2 34

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 660 if (!MemsetType->isVarArg() && MemsetType->getNumParams() == 3 &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 341 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
419 // FUNCTION: [isvararg, retty, paramty x N]
421 TypeVals.push_back(FT->isVarArg());
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 275 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
556 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
    [all...]
Core.cpp 390 LLVMBool IsVarArg) {
392 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
396 return unwrap<FunctionType>(FunctionTy)->isVarArg();
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp 566 bool isVarArg,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 585 nl(Out) << "/*isVarArg=*/" << (FT->isVarArg() ? "true" : "false") << ");";
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 181 bool IsVarArg);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 563 otherwise. See the method [llvm::FunctionType::isVarArg]. *)
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1398 milliseconds

1 2 34