Home
last modified time | relevance | path

Searched defs:has_type (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
Dtype-requirement.cpp179 struct has_type { using type = int; }; struct
185 // expected-note@-2 {{because 'std_example::has_type' does not satisfy 'C1'}}
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.h87 bool has_type = false; member
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php42 private $has_type = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/llvm-project/clang/test/SemaCXX/
Dcxx1z-class-template-argument-deduction.cpp19 template<typename T> constexpr bool has_type(...) { return false; } in has_type() function
20 template<typename T> constexpr bool has_type(T&) { return true; } in has_type() function
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h241 InstructionValue(EnumValue&& e, bool has_type, bool has_result) in InstructionValue()
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h256 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h258 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue()
/external/selinux/checkpolicy/
Dpolicy_define.c5508 int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper()
5637 int define_genfs_context(int has_type) in define_genfs_context()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h7888 inline bool FieldDescriptorProto::has_type() const { in has_type() function