HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 201 - 225 of 231) sorted by null

1 2 3 4 5 6 7 8910

  /external/clang/lib/CodeGen/
CGException.cpp 51 llvm::Type *Args[3] = { CGF.Int8PtrTy, CGF.Int8PtrTy, CGF.Int8PtrTy };
53 llvm::FunctionType::get(CGF.VoidTy, Args, /*IsVarArgs=*/false);
    [all...]
CGObjCGNU.cpp 70 va_list Args;
71 va_start(Args, RetTy);
72 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*))
74 va_end(Args);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 210 DIArray Args = SPTy.getTypeArray();
213 for (unsigned i = 1, N = Args.getNumElements(); i < N; ++i) {
215 DIType ATy = DIType(DIType(Args.getElement(i)));
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 178 Args:
253 Args:
321 Args:
400 Args:
530 Args:
579 Args:
723 Args:
782 Args:
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 68 TargetLowering::ArgListTy Args;
77 Args.push_back(Entry);
89 Callee, Args, DAG, Op.getDebugLoc());
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 1117 milliseconds

1 2 3 4 5 6 7 8910