Home
last modified time | relevance | path

Searched defs:InitValue (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/xsd/cxx/tree/
H A Ddefault-value.hxx176 struct InitValue: Traversal::List, struct
221 data (String const& data) in data()
347 String value_;
348 String data_;
349 size_t dispatch_count_;
350 MemberTypeName type_name_;
351 LiteralValue literal_value_;
/dports/devel/llvm10/llvm-10.0.1.src/lib/Frontend/OpenMP/
H A DOMPConstants.cpp46 #define OMP_TYPE(VarName, InitValue) Type *llvm::omp::types::VarName = nullptr; argument
65 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
79 #define OMP_TYPE(VarName, InitValue) VarName = nullptr; in uninitializeTypes() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
H A DOMPConstants.cpp46 #define OMP_TYPE(VarName, InitValue) Type *llvm::omp::types::VarName = nullptr; argument
65 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
79 #define OMP_TYPE(VarName, InitValue) VarName = nullptr; in uninitializeTypes() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPConstants.cpp46 #define OMP_TYPE(VarName, InitValue) Type *llvm::omp::types::VarName = nullptr; argument
65 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
79 #define OMP_TYPE(VarName, InitValue) VarName = nullptr; in uninitializeTypes() argument
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Darenastring.h67 struct InitValue { struct
74 mutable InitValue init_value_; argument
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Darenastring.h67 struct InitValue { struct
74 mutable InitValue init_value_; argument
/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dvariant.hpp20 template <typename U, typename T, typename... Ts> struct InitValue<0, U, T, Ts...> struct
22 static void run (VariantUnion<T, Ts...>& variant) in run()
29 template <unsigned int i, typename U, typename T, typename... Ts> struct InitValue<i, U, T, Ts...> struct
31 static void run (VariantUnion<T, Ts...>& variant) in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DOptions.h97 const ValT &InitValue) { in registerOption()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DOptions.h96 const ValT &InitValue) { in registerOption()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DOptions.h97 const ValT &InitValue) { in registerOption()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DOptions.h97 const ValT &InitValue) { in registerOption()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/init_rules/
H A Dconst_init.hpp99 double const& InitValue() const { return initVal; } in InitValue() function in mlpack::ann::ConstInitialization
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_DoubleTab.cxx63 void math_DoubleTab::Init(const Standard_Real InitValue) in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp99 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp99 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DLowerEmuTLS.cpp98 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DLowerEmuTLS.cpp100 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp100 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DLowerEmuTLS.cpp99 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp98 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp100 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp100 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp100 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp100 const Constant *InitValue = nullptr; in addEmuTlsVar() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp98 const Constant *InitValue = nullptr; in addEmuTlsVar() local

12345678