Home
last modified time | relevance | path

Searched refs:isOverloaded (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h57 virtual bool isOverloaded(unsigned IID) const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h112 bool isOverloaded; member
H A DCodeGenTarget.cpp650 isOverloaded = false; in CodeGenIntrinsic()
718 if (MVT(VT).isOverloaded()) { in CodeGenIntrinsic()
720 isOverloaded = true; in CodeGenIntrinsic()
H A DIntrinsicEmitter.cpp186 if (Ints[i].isOverloaded) in EmitIntrinsicToOverloadTable()
H A DCodeGenDAGPatterns.cpp787 if (!T.isOverloaded()) in expandOverloads()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h79 bool isOverloaded(ID id);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp144 if (Intrinsic::isOverloaded(IntrinsicID)) { in replaceWithCallToVeclib()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h215 bool isOverloaded() const { in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h205 bool isOverloaded() const { in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp750 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
837 assert(!Intrinsic::isOverloaded(id) && in getName()
845 assert((Tys.empty() || Intrinsic::isOverloaded(Id)) && in getName()
1301 bool Intrinsic::isOverloaded(ID id) { in isOverloaded() function in Intrinsic
H A DCore.cpp2425 return llvm::Intrinsic::isOverloaded(IID); in LLVMIntrinsicIsOverloaded()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h434 bool isOverloaded() const { in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1950 Record.push_back(E->isOverloaded()); in VisitUnresolvedLookupExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9587 NameInfo, /*ADL=*/true, ULE->isOverloaded(), in TransformOMPReductionClause()
9634 /*ADL=*/true, ULE->isOverloaded(), Decls.begin(), Decls.end())); in TransformOMPTaskReductionClause()
9679 /*ADL=*/true, ULE->isOverloaded(), Decls.begin(), Decls.end())); in TransformOMPInReductionClause()
9859 MapperIdInfo, /*ADL=*/true, ULE->isOverloaded(), Decls.begin(), in transformOMPMappableExprListClause()
H A DSemaExpr.cpp2281 if (Corrected.isOverloaded()) { in DiagnoseEmptyLookup()
5747 if (Corrected.isOverloaded()) { in TryTypoCorrectionForCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3144 bool isOverloaded() const { return UnresolvedLookupExprBits.Overloaded; } in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp7763 ToNameInfo, E->requiresADL(), E->isOverloaded(), ToDecls.begin(), in VisitUnresolvedLookupExpr()