Home
last modified time | relevance | path

Searched defs:trait (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/libcxx/test/std/strings/basic.string.hash/
Dchar_type_hash.fail.cpp21 struct trait // copied from <__string> struct
23 typedef _CharT char_type;
24 typedef int int_type;
25 typedef std::streamoff off_type;
26 typedef std::streampos pos_type;
27 typedef std::mbstate_t state_type;
29 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
32 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
33 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
57 typedef std::basic_string<CharT, trait<CharT> > str_t; in test() argument
/external/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
Dchar_type.hash.fail.cpp22 struct trait // copied from <__string> struct
24 typedef _CharT char_type;
25 typedef int int_type;
26 typedef std::streamoff off_type;
27 typedef std::streampos pos_type;
28 typedef std::mbstate_t state_type;
30 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
33 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
34 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
58 typedef std::basic_string_view<CharT, trait<CharT> > strv_t; in test() argument
/external/llvm-project/mlir/lib/TableGen/
DSideEffects.cpp29 StringRef trait = def->getValueAsString("interfaceTrait"); in getInterfaceTrait() local
DOpTrait.cpp60 llvm::StringRef trait = def->getValueAsString("trait"); in getTrait() local
DOpClass.cpp296 void OpClass::addTrait(Twine trait) { in addTrait()
304 for (const auto &trait : traitsVec) in writeDeclTo() local
DOperator.cpp317 for (const OpTrait &trait : traits) { in populateTypeInferenceInfo() local
/external/dynamic_depth/internal/dynamic_depth/
Dcamera.cc23 string TraitToString(CameraTrait trait) { in TraitToString()
53 CameraTrait trait = StringToTrait(trait_str); in ParseFields() local
/external/llvm-project/mlir/include/mlir/IR/
DStorageUniquerSupport.h46 auto *trait = static_cast<const TraitType<ConcreteType> *>(this); in getInstance() local
DOpDefinition.h341 auto *trait = static_cast<TraitType<ConcreteType> *>(this); in getOperation() local
/external/dynamic_depth/includes/dynamic_depth/
Dcamera.h39 CameraTrait trait; member
/external/llvm-project/clang/test/SemaCXX/
Daccess-base-class.cpp99 struct trait : flag<sizeof(T)> {}; struct
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1634 for (const auto &trait : op.getTraits()) { in genOpInterfaceMethods() local
1667 for (const auto &trait : op.getTraits()) { in genSideEffectInterfaceMethods() local
1744 const auto *trait = dyn_cast<InterfaceOpTrait>( in genTypeInterfaceMethods() local
1843 for (auto &trait : op.getTraits()) { in genVerifier() local
2064 for (const auto &trait : op.getTraits()) { in genTraits() local
2220 for (auto &trait : op.getTraits()) { in addVerification() local
DOpFormatGen.cpp410 llvm::any_of(op.getTraits(), [](const OpTrait &trait) { in OperationFormat()
2205 for (const OpTrait &trait : op.getTraits()) { in parse() local
/external/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto62 message trait {} message
Dtest_reserved_enum_value_lower.proto63 trait = 57; enumerator
Dtest_reserved_enum_lower.proto62 enum trait { ZERO58 = 0; } enum
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc523 for (auto &trait : op.getTraits()) { in RuntimeVerifierWriterMain() local
/external/rust/crates/syn/src/
Ditem.rs2137 trait_token: Token![trait], in parse_rest_of_trait()
2192 ) -> Result<(Vec<Attribute>, Visibility, Token![trait], Ident, Generics)> { in parse_start_of_trait_alias()
2205 trait_token: Token![trait], in parse_rest_of_trait_alias()
/external/ImageMagick/MagickCore/
Dpixel.c4337 trait; in InitializePixelChannelMap() local