Home
last modified time | relevance | path

Searched refs:convertTo (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1654 addMatcher(NodeMatch.convertTo<Decl>(), Action); in addDynamicMatcher()
1657 addMatcher(NodeMatch.convertTo<QualType>(), Action); in addDynamicMatcher()
1660 addMatcher(NodeMatch.convertTo<Stmt>(), Action); in addDynamicMatcher()
1663 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action); in addDynamicMatcher()
1666 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action); in addDynamicMatcher()
1669 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action); in addDynamicMatcher()
1672 addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action); in addDynamicMatcher()
1675 addMatcher(NodeMatch.convertTo<TemplateArgumentLoc>(), Action); in addDynamicMatcher()
1678 addMatcher(NodeMatch.convertTo<Attr>(), Action); in addDynamicMatcher()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h153 template <typename T> T convertTo() const { in convertTo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp287 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const;
956 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel
1019 SDValue In = convertTo(DL, VT, RISBG.Input); in tryRISBGZero()
1056 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero()
1061 SDValue New = convertTo( in tryRISBGZero()
1115 convertTo(DL, MVT::i64, Op0), in tryRxSBG()
1116 convertTo(DL, MVT::i64, RxSBG[I].Input), in tryRxSBG()
1121 SDValue New = convertTo( in tryRxSBG()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h214 ->template convertTo<T>(); in getTypedMatcher()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h287 ContainerType convertTo(RangeSet What, APSIntType Ty);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h524 template <typename T> Matcher<T> convertTo() const {
834 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp701 return makePersistent(convertTo(What, Ty)); in castTo()
778 RangeSet::ContainerType RangeSet::Factory::convertTo(RangeSet What, in convertTo() function in RangeSet::Factory