HomeSort by relevance Sort by last modified time
    Searched defs:isVarArg (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/doclava/src/com/google/doclava/
ParameterInfo.java 27 public ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg,
32 mIsVarArg = isVarArg;
62 boolean isVarArg() {
81 public static void makeHDF(Data data, String base, ParameterInfo[] params, boolean isVararg,
83 makeHDF(data, base, params, isVararg, typeVariables, Collections.<String, TypeInfo>emptyMap());
86 public static void makeHDF(Data data, String base, ParameterInfo[] params, boolean isVararg,
90 data, base + "." + i, isVararg && (i == params.length - 1), typeVariables, typeMapping);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.cpp 339 bool isVarArg = AFI->getVarArgsRegSaveSize() > 0;
349 if (isVarArg)
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiClass.java 203 private static boolean isVarArg(String parameter) {
218 isVarArg(apiType) && isArrayType(testType) &&
  /external/llvm/include/llvm/IR/
DerivedTypes.h 107 ArrayRef<Type*> Params, bool isVarArg);
110 static FunctionType *get(Type *Result, bool isVarArg);
118 bool isVarArg() const { return getSubclassData()!=0; }
144 return cast<FunctionType>(this)->isVarArg();
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 619 bool isVarArg = AFI->getArgRegsSaveSize() > 0;
630 if (isVarArg)
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 106 ArrayRef<Type*> Params, bool isVarArg);
110 static FunctionType *get(Type *Result, bool isVarArg);
120 bool isVarArg() const { return getSubclassData() != 0; }
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 350 bool isVarArg = MF.getFunction()->isVarArg();
352 if (! isVarArg) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 142 bool Function::isVarArg() const {
143 return getFunctionType()->isVarArg();
363 bool IsVarArg = false;
369 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 111 ArrayRef<Type*> Params, bool isVarArg);
114 static FunctionType *get(Type *Result, bool isVarArg);
122 bool isVarArg() const { return getSubclassData()!=0; }
148 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 111 ArrayRef<Type*> Params, bool isVarArg);
114 static FunctionType *get(Type *Result, bool isVarArg);
122 bool isVarArg() const { return getSubclassData()!=0; }
148 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 111 ArrayRef<Type*> Params, bool isVarArg);
114 static FunctionType *get(Type *Result, bool isVarArg);
122 bool isVarArg() const { return getSubclassData()!=0; }
148 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h 112 ArrayRef<Type*> Params, bool isVarArg);
115 static FunctionType *get(Type *Result, bool isVarArg);
123 bool isVarArg() const { return getSubclassData()!=0; }
150 return cast<FunctionType>(this)->isVarArg();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 156 bool IsVarArg;
172 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
184 bool isVarArg() const { return IsVarArg; }
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 197 bool IsVarArg;
263 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
273 bool isVarArg() const { return IsVarArg; }

Completed in 2022 milliseconds

1 2 3 4 5