/external/llvm-project/flang/lib/Evaluate/ |
D | logical.cpp | 13 template class Logical<8>; variable 14 template class Logical<16>; variable 15 template class Logical<32>; variable 16 template class Logical<64>; variable
|
D | fold-logical.cpp | 17 FunctionRef<Type<TypeCategory::Logical, KIND>> &&funcRef) { in FoldIntrinsicFunction()
|
D | expression.cpp | 185 const Expr<Type<TypeCategory::Logical, KIND>> &that) const { in operator ==() argument
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | logical.h | 25 constexpr Logical() {} // .FALSE. in Logical() function 27 constexpr Logical(Logical<B, C> x) : word_{Represent(x.IsTrue())} {} in Logical() function 28 constexpr Logical(bool truth) : word_{Represent(truth)} {} in Logical() function 95 constexpr Logical(const Word &w) : word_{w} {} in Logical() function
|
D | tools.h | 567 Expr<Type<TypeCategory::Logical, K>> LogicalNegation( in LogicalNegation() 575 Expr<Type<TypeCategory::Logical, K>> BinaryLogicalOperation(LogicalOperator opr, in BinaryLogicalOperation()
|
/external/llvm-project/flang/include/flang/Common/ |
D | Fortran.h | 22 ENUM_CLASS(TypeCategory, Integer, Real, Complex, Character, Logical, Derived) in ENUM_CLASS() argument
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 306 template <typename A> struct Logical { struct 308 Logical(Logical &&that) = default; argument 309 Logical(A &&that) : thing(std::move(that)) {} in Logical() argument 310 Logical &operator=(Logical &&) = default; argument 322 using LogicalExpr = Logical<common::Indirection<Expr>>; // R1024 argument 696 struct Logical { struct 698 Logical(std::optional<KindSelector> &&k) : kind{std::move(k)} {} in Logical() argument 699 std::optional<KindSelector> kind;
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | type.h | 306 Logical, enumerator
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetypes.py | 218 class Logical: class
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spv.d | 96 Logical = 0, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spv.d | 96 Logical = 0, enumerator
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-morx-table.hh | 873 Logical = 0x10, /* If set, this subtable will process glyphs enumerator
|
/external/crosvm/hypervisor/src/ |
D | x86_64.rs | 143 Logical = 1, enumerator
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spv.d | 90 Logical = 0, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
D | spirv.json | 93 "Logical": 0, number
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
D | spirv.json | 93 "Logical": 0, number
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/ |
D | spirv.cs | 77 Logical = 0, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.2/ |
D | spirv.cs | 77 Logical = 0, enumerator
|