HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 451 - 475 of 538) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 92 TargetLowering::ArgListTy Args;
93 Args.reserve(Ops.size());
101 Args.push_back(Entry);
104 markInRegArguments(DAG, Args);
115 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0)
    [all...]
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 1161 FunctionArgList args; local
1324 FunctionArgList args; local
1465 llvm::Value *args[] = { local
1503 FunctionArgList args; local
1649 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; variable
1785 FunctionArgList args; local
1862 FunctionArgList args; local
2252 llvm::Value *args[] = { local
    [all...]
CGDecl.cpp 510 CallArgList Args;
511 Args.add(RValue::get(Arg),
513 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 415 ArrayRef<Expr *> Args,
580 ArrayRef<QualType> args,
586 return Context->getFunctionType(result, args, fpi);
620 // All the args are checked/rewritten. Don't call twice!
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 686 SmallVector<IdentifierInfo *, 16> Args;
687 Args.push_back(FirstII);
689 Args.push_back(Reader.getLocalIdentifier(
692 return SelTable.getSelector(N, Args.data());
    [all...]
ASTReaderStmt.cpp 95 void ReadTemplateKWAndArgsInfo(ASTTemplateKWAndArgsInfo &Args,
109 ReadTemplateKWAndArgsInfo(ASTTemplateKWAndArgsInfo &Args,
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/bison/src/
parse-gram.c     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
Expr.cpp 356 assert(!Dependent && "built a DeclRefExpr with dependent template args");
609 const TemplateArgumentList &Args = (*I)->getTemplateArgs();
610 assert(Params->size() == Args.size());
615 Args.get(i).print(Policy, TOut);
625 const TemplateArgumentList* Args = FSI->TemplateArguments;
626 assert(Params->size() == Args->size());
631 Args->get(i).print(Policy, TOut);
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 613 template<class NodeType, class... Args>
614 void construct(NodeType* p, Args&&... args) {
620 NodeType(std::forward<Args>(args)...);
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 441 SourceRange Range, const MacroArgs *Args) override {
  /external/llvm/lib/AsmParser/
LLParser.h 401 bool ParseExceptionArgs(SmallVectorImpl<Value *> &Args,
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 94 OMX_STRING Args);
97 void *args[10]);
108 void *args[10]);
196 * @param Args - additional arguments
206 OMX_STRING Args)
220 if(Args ==NULL)
332 "%d :: Reached end of Create Phase Args Array. Did not find END_OF_CR_PHASE_ARGS marker. \n", __LINE__);
337 /* LCML_DPRINT("Create Phase args strlen = %d\n",strlen(crData.cData)); */
340 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "Create Phase args strlen = %ld\n", crData.cbData);
350 strcpy((char*)pArgs->cData, Args);
1764 void * args[10] = {}; local
2615 void * args[10]; local
2638 void * args[10]; local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 462 Args:
495 Args:
519 Args:
593 Args:
604 Args:
628 Args:
712 Args:
792 Args:
813 Args:
828 Args
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 462 Args:
495 Args:
519 Args:
593 Args:
604 Args:
628 Args:
712 Args:
792 Args:
813 Args:
828 Args
    [all...]

Completed in 4874 milliseconds

<<11121314151617181920>>