HomeSort by relevance Sort by last modified time
    Searched refs:ArgsSize (Results 1 - 13 of 13) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 45 void *Args, size_t ArgsSize);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 358 static AcquireCapabilityAttr *CreateImplicit(ASTContext &Ctx, Spelling S, Expr * *Args, unsigned ArgsSize, SourceRange Loc = SourceRange()) {
359 auto *A = new (Ctx) AcquireCapabilityAttr(Loc, Ctx, Args, ArgsSize, S);
365 , Expr * *Args, unsigned ArgsSize
369 , args_Size(ArgsSize), args_(new (Ctx, 16) Expr *[args_Size])
417 static AcquiredAfterAttr *CreateImplicit(ASTContext &Ctx, Expr * *Args, unsigned ArgsSize, SourceRange Loc = SourceRange()) {
418 auto *A = new (Ctx) AcquiredAfterAttr(Loc, Ctx, Args, ArgsSize, 0);
424 , Expr * *Args, unsigned ArgsSize
428 , args_Size(ArgsSize), args_(new (Ctx, 16) Expr *[args_Size])
462 static AcquiredBeforeAttr *CreateImplicit(ASTContext &Ctx, Expr * *Args, unsigned ArgsSize, SourceRange Loc = SourceRange()) {
463 auto *A = new (Ctx) AcquiredBeforeAttr(Loc, Ctx, Args, ArgsSize, 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 358 static AcquireCapabilityAttr *CreateImplicit(ASTContext &Ctx, Spelling S, Expr * *Args, unsigned ArgsSize, SourceRange Loc = SourceRange()) {
359 auto *A = new (Ctx) AcquireCapabilityAttr(Loc, Ctx, Args, ArgsSize, S);
365 , Expr * *Args, unsigned ArgsSize
369 , args_Size(ArgsSize), args_(new (Ctx, 16) Expr *[args_Size])
417 static AcquiredAfterAttr *CreateImplicit(ASTContext &Ctx, Expr * *Args, unsigned ArgsSize, SourceRange Loc = SourceRange()) {
418 auto *A = new (Ctx) AcquiredAfterAttr(Loc, Ctx, Args, ArgsSize, 0);
424 , Expr * *Args, unsigned ArgsSize
428 , args_Size(ArgsSize), args_(new (Ctx, 16) Expr *[args_Size])
462 static AcquiredBeforeAttr *CreateImplicit(ASTContext &Ctx, Expr * *Args, unsigned ArgsSize, SourceRange Loc = SourceRange()) {
463 auto *A = new (Ctx) AcquiredBeforeAttr(Loc, Ctx, Args, ArgsSize, 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 301 unsigned ArgsSize = CCInfo.getNextStackOffset();
303 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(ArgsSize, true));
377 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(ArgsSize, true),
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 367 unsigned ArgsSize = CCInfo.getNextStackOffset();
370 ArgsSize = (ArgsSize+7) & ~7;
396 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(ArgsSize, true));
587 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(ArgsSize, true),
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 747 unsigned ArgsSize = CCInfo.getNextStackOffset();
750 ArgsSize = (ArgsSize+7) & ~7;
783 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(ArgsSize, dl, true),
    [all...]

Completed in 2065 milliseconds