| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | TrackingMDRef.h | 146 using SimpleType = Metadata *; 148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } 152 using SimpleType = Metadata *; 154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { 160 using SimpleType = T *; 162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { 168 using SimpleType = T *; 170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
|
| H A D | Use.h | 111 using SimpleType = Value *; 113 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 116 using SimpleType = /*const*/ Value *; 118 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
| H A D | ValueHandle.h | 169 using SimpleType = Value *; 171 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } 174 using SimpleType = Value *; 176 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } 233 using SimpleType = Value *; 235 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; } 238 using SimpleType = Value *; 240 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
|
| H A D | User.h | 373 using SimpleType = Value*; 375 static SimpleType getSimplifiedValue(User::op_iterator &Val) { 380 using SimpleType = /*const*/ Value*; 382 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
|
| H A D | DebugLoc.h | 98 using SimpleType = MDNode *; 105 using SimpleType = MDNode *;
|
| H A D | Metadata.h | 953 using SimpleType = Metadata *; 955 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 959 using SimpleType = Metadata *; 961 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Casting.h | 35 using SimpleType = From; // The real type this represents... member 38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() 42 using NonConstSimpleType = typename simplify_type<From>::SimpleType; 43 using SimpleType = typename add_const_past_pointer<NonConstSimpleType>::type; 45 typename add_lvalue_reference_if_not_pointer<SimpleType>::type; 128 typename simplify_type<SimpleFrom>::SimpleType>:: 192 To, From, typename simplify_type<From>::SimpleType>::ret_type; 206 typename simplify_type<SimpleFrom>::SimpleType>:: 234 std::is_same_v<X, typename simplify_type<X>::SimpleType>; 257 typename simplify_type<const From>::SimpleType>::doit(f); [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 258 using SimpleType = Value *; 260 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) { 265 using SimpleType = /*const*/ Value *; 267 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &Val) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntrusiveRefCntPtr.h | 296 using SimpleType = T *; 298 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { 304 using SimpleType = /*const*/ T *; 306 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
|
| H A D | ilist_iterator.h | 384 using SimpleType = typename iterator::pointer; 386 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; } 396 using SimpleType = typename iterator::pointer; 398 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 371 using SimpleType = const T *; 373 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
|
| H A D | Type.h | 1656 using SimpleType = const ::clang::Type *; 1658 static SimpleType getSimplifiedValue(::clang::QualType Val) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 267 using SimpleType = SDNode *; 269 static SimpleType getSimplifiedValue(SDValue &Val) { 274 using SimpleType = /*const*/ SDNode *; 276 static SimpleType getSimplifiedValue(const SDValue &Val) { 374 using SimpleType = SDNode *; 376 static SimpleType getSimplifiedValue(SDUse &Val) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1518 using SimpleType = const T *; 1520 static SimpleType getSimplifiedValue(clang::ento::CallEventRef<T> Val) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1479 using SimpleType = ::clang::Stmt *; 1481 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 110 Sym.Header.Type = Sym.SimpleType; in parseSymbols()
|
| H A D | COFFYAML.cpp | 675 IO.mapRequired("SimpleType", S.SimpleType); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 937 using SimpleType = PointerUnion<CallsiteInfo *, AllocInfo *>; typedef 938 static SimpleType getSimplifiedValue(IndexCall &Val) { return Val; } in getSimplifiedValue() 941 using SimpleType = const PointerUnion<CallsiteInfo *, AllocInfo *>; typedef 942 static SimpleType getSimplifiedValue(const IndexCall &Val) { return Val; } in getSimplifiedValue()
|