Searched defs:prototype (Results 1 – 10 of 10) sorted by relevance
27 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
154 virtual bool GetOverrideExprOptions(clang::TargetOptions &prototype) { in GetOverrideExprOptions()
443 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()455 static RequiredArgs forPrototype(const FunctionProtoType *prototype, in forPrototype()460 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype, in forPrototype()465 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
1066 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const { in PrepareTrivialCall()
508 static std::string generateFilename(char const *prototype, in generateFilename()
1545 llvm::Type *prototype = val->getType(); in Interpret() local
1147 int prototype; /* whether function prototyped */ member
1952 int prototype; member
285 auto prototype = FT.getAs<FunctionProtoType>(); in arrangeCXXMethodDeclaration() local
1371 int prototype; /* Whether a prototype was defined */ member