Searched refs:convertTo (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1677 addMatcher(NodeMatch.convertTo<Decl>(), Action); in addDynamicMatcher() 1680 addMatcher(NodeMatch.convertTo<QualType>(), Action); in addDynamicMatcher() 1683 addMatcher(NodeMatch.convertTo<Stmt>(), Action); in addDynamicMatcher() 1686 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action); in addDynamicMatcher() 1689 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action); in addDynamicMatcher() 1692 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action); in addDynamicMatcher() 1695 addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action); in addDynamicMatcher() 1698 addMatcher(NodeMatch.convertTo<TemplateArgumentLoc>(), Action); in addDynamicMatcher() 1701 addMatcher(NodeMatch.convertTo<Attr>(), Action); in addDynamicMatcher()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Value.h | 155 template <typename T> T convertTo() const { in convertTo() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 287 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const; 971 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel 1044 SDValue In = convertTo(DL, VT, RISBG.Input); in tryRISBGZero() 1081 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero() 1086 SDValue New = convertTo( in tryRISBGZero() 1140 convertTo(DL, MVT::i64, Op0), in tryRxSBG() 1141 convertTo(DL, MVT::i64, RxSBG[I].Input), in tryRxSBG() 1146 SDValue New = convertTo( in tryRxSBG()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 214 ->template convertTo<T>(); in getTypedMatcher()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 287 ContainerType convertTo(RangeSet What, APSIntType Ty);
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 523 template <typename T> Matcher<T> convertTo() const { 837 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 701 return makePersistent(convertTo(What, Ty)); in castTo() 778 RangeSet::ContainerType RangeSet::Factory::convertTo(RangeSet What, in convertTo() function in RangeSet::Factory
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1246 convertTo(Instruction *I, const InstructionsState &S) { in convertTo() function 2920 auto [SelectedOp, Ops] = convertTo(cast<Instruction>(V), S); in appendOperands() 9866 auto [Op, ConvertedOps] = convertTo(I, S); in buildOriginalOperands()
|