Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetIntrinsicInfo.h58 virtual bool isOverloaded(unsigned IID) const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenIntrinsics.h112 bool isOverloaded; member
HDCodeGenTarget.cpp605 isOverloaded = false; in CodeGenIntrinsic()
670 if (MVT(VT).isOverloaded()) { in CodeGenIntrinsic()
672 isOverloaded = true; in CodeGenIntrinsic()
HDIntrinsicEmitter.cpp186 if (Ints[i].isOverloaded) in EmitIntrinsicToOverloadTable()
HDCodeGenDAGPatterns.cpp766 if (!T.isOverloaded()) in expandOverloads()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsics.h66 bool isOverloaded(ID id);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTypoCorrection.h215 bool isOverloaded() const { in isOverloaded() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDValueTypes.h207 bool isOverloaded() const { in isOverloaded() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp581 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
661 assert(!Intrinsic::isOverloaded(id) && in getName()
1089 bool Intrinsic::isOverloaded(ID id) { in isOverloaded() function in Intrinsic
HDCore.cpp2363 return llvm::Intrinsic::isOverloaded(IID); in LLVMIntrinsicIsOverloaded()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMachineValueType.h387 bool isOverloaded() const { in isOverloaded() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8944 NameInfo, /*ADL=*/true, ULE->isOverloaded(), in TransformOMPReductionClause()
8990 /*ADL=*/true, ULE->isOverloaded(), Decls.begin(), Decls.end())); in TransformOMPTaskReductionClause()
9035 /*ADL=*/true, ULE->isOverloaded(), Decls.begin(), Decls.end())); in TransformOMPInReductionClause()
9196 MapperIdInfo, /*ADL=*/true, ULE->isOverloaded(), Decls.begin(), in transformOMPMappableExprListClause()
HDSemaExpr.cpp2137 if (Corrected.isOverloaded()) { in DiagnoseEmptyLookup()
5114 if (Corrected.isOverloaded()) { in TryTypoCorrectionForCall()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1837 Record.push_back(E->isOverloaded()); in VisitUnresolvedLookupExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h3108 bool isOverloaded() const { return UnresolvedLookupExprBits.Overloaded; } in isOverloaded() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp7655 ToNameInfo, E->requiresADL(), E->isOverloaded(), ToDecls.begin(), in VisitUnresolvedLookupExpr()