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

1 2 3 4

  /external/llvm/lib/IR/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const {
Function.cpp 234 FunctionType *Function::getFunctionType() const {
239 return getFunctionType()->isVarArg();
243 return getFunctionType()->getReturnType();
294 FunctionType *FT = getFunctionType();
329 return getFunctionType()->getNumParams();
332 return getFunctionType()->getNumParams() == 0;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const {
Function.cpp 138 FunctionType *Function::getFunctionType() const {
143 return getFunctionType()->isVarArg();
147 return getFunctionType()->getReturnType();
199 FunctionType *FT = getFunctionType();
212 return getFunctionType()->getNumParams();
215 return getFunctionType()->getNumParams() == 0;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 98 SPIRVTypeFunction *getFunctionType() const { return FuncType;}
103 return getFunctionType()->getNumParameters();
143 getFunctionType()->getParameterType(TheArgNo),
151 for (size_t i = 0, e = getFunctionType()->getNumParameters(); i != e; ++i)
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeHelper.java 384 public static MethodType getFunctionType(ResolvedType type) {
  /frameworks/rs/rsov/compiler/spirit/
module.cpp 323 TypeFunctionInst *Module::getFunctionType(Instruction *retType,
326 return getGlobalSection()->getFunctionType(retType, argType, numArg);
330 Module::getFunctionType(Instruction *retType,
332 return getGlobalSection()->getFunctionType(retType, argTypes.data(),
838 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType,
  /external/llvm/include/llvm/IR/
CallSite.h 295 FunctionType *getFunctionType() const {
296 CALLSITE_DELEGATE_GETTER(getFunctionType());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 317 FunctionType *getFunctionType() const {
318 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 128 FunctionType *getFunctionType() const {
132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
140 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 317 FunctionType *getFunctionType() const {
318 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 137 FunctionType *getFunctionType() const {
142 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
150 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 317 FunctionType *getFunctionType() const {
318 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 137 FunctionType *getFunctionType() const {
142 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
150 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 320 FunctionType *getFunctionType() const {
321 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 145 FunctionType *getFunctionType() const {
150 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
158 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 320 FunctionType *getFunctionType() const {
321 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 145 FunctionType *getFunctionType() const {
150 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
158 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 320 FunctionType *getFunctionType() const {
321 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 145 FunctionType *getFunctionType() const {
150 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
158 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 320 FunctionType *getFunctionType() const {
321 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 145 FunctionType *getFunctionType() const {
150 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
158 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 317 FunctionType *getFunctionType() const {
318 CALLSITE_DELEGATE_GETTER(getFunctionType());
Function.h 128 FunctionType *getFunctionType() const {
132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
140 bool isVarArg() const { return getFunctionType()->isVarArg(); }

Completed in 368 milliseconds

1 2 3 4