Home
last modified time | relevance | path

Searched defs:CommonType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h99 struct CommonType { struct
124 // For some specific BTF_KIND, "struct CommonType" is immediately argument
/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp621 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
631 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
641 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
652 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp586 const MDNode *CommonType, in mayBeAccessToSubobjectOf()
676 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3165 void destroyNewNodes(Type *CommonType) { in destroyNewNodes()
3197 Type *CommonType; member in __anon12055e220711::AddressingModeCombiner
/third_party/json/single_include/nlohmann/
Djson.hpp4017 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
4027 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
4037 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
4048 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp74122 struct CommonType<IntCoordTyped<units>, primitive> { struct
74123 typedef decltype(int32_t() + primitive()) type;
74127 struct CommonType<CoordTyped<units, F>, primitive> { struct
74128 typedef decltype(F() + primitive()) type;