Searched refs:isOverloaded (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetIntrinsicInfo.h | 58 virtual bool isOverloaded(unsigned IID) const = 0;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | CodeGenIntrinsics.h | 112 bool isOverloaded; member
|
| HD | CodeGenTarget.cpp | 605 isOverloaded = false; in CodeGenIntrinsic() 670 if (MVT(VT).isOverloaded()) { in CodeGenIntrinsic() 672 isOverloaded = true; in CodeGenIntrinsic()
|
| HD | IntrinsicEmitter.cpp | 186 if (Ints[i].isOverloaded) in EmitIntrinsicToOverloadTable()
|
| HD | CodeGenDAGPatterns.cpp | 766 if (!T.isOverloaded()) in expandOverloads()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Intrinsics.h | 66 bool isOverloaded(ID id);
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | TypoCorrection.h | 215 bool isOverloaded() const { in isOverloaded() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ValueTypes.h | 207 bool isOverloaded() const { in isOverloaded() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Function.cpp | 581 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
|
| HD | Core.cpp | 2363 return llvm::Intrinsic::isOverloaded(IID); in LLVMIntrinsicIsOverloaded()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | MachineValueType.h | 387 bool isOverloaded() const { in isOverloaded() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TreeTransform.h | 8944 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()
|
| HD | SemaExpr.cpp | 2137 if (Corrected.isOverloaded()) { in DiagnoseEmptyLookup() 5114 if (Corrected.isOverloaded()) { in TryTypoCorrectionForCall()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTWriterStmt.cpp | 1837 Record.push_back(E->isOverloaded()); in VisitUnresolvedLookupExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ExprCXX.h | 3108 bool isOverloaded() const { return UnresolvedLookupExprBits.Overloaded; } in isOverloaded() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTImporter.cpp | 7655 ToNameInfo, E->requiresADL(), E->isOverloaded(), ToDecls.begin(), in VisitUnresolvedLookupExpr()
|