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

12 3 4

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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(); }
  /external/clang/lib/AST/
DeclBase.cpp 813 const FunctionType *Decl::getFunctionType(bool BlocksToo) const {
    [all...]
Expr.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 248 TypeIndex getFunctionType() const { return FunctionType; }
728 TypeIndex getFunctionType() const { return FunctionType; }
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 552 SpvId SPIRVCodeGenerator::getFunctionType(const FunctionDeclaration& function) {
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 552 SpvId SPIRVCodeGenerator::getFunctionType(const FunctionDeclaration& function) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 222 TypeIndex getFunctionType() const { return FunctionType; }
566 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 227 TypeIndex getFunctionType() const { return FunctionType; }
580 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 227 TypeIndex getFunctionType() const { return FunctionType; }
580 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 228 TypeIndex getFunctionType() const { return FunctionType; }
591 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 228 TypeIndex getFunctionType() const { return FunctionType; }
591 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 228 TypeIndex getFunctionType() const { return FunctionType; }
591 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 228 TypeIndex getFunctionType() const { return FunctionType; }
591 TypeIndex getFunctionType() const { return FunctionType; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 222 TypeIndex getFunctionType() const { return FunctionType; }
566 TypeIndex getFunctionType() const { return FunctionType; }

Completed in 1237 milliseconds

12 3 4