HomeSort by relevance Sort by last modified time
    Searched defs:ValType (Results 1 - 25 of 25) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h 90 typedef PassNameParser::OptionInfo ValType;
91 return std::strcmp(static_cast<const ValType *>(VT1)->Name,
92 static_cast<const ValType *>(VT2)->Name);
  /external/vixl/test/
test-invalset.cc 37 typedef ptrdiff_t ValType;
43 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
45 ValType val_;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 27 template<class ValType>
393 template<class ConstantClass, class TypeClass, class ValType>
395 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
396 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
402 typedef void ValType;
403 static ValType getValType(ConstantClass *C) {
456 typedef ExprMapKeyType ValType;
457 static ValType getValType(ConstantExpr *CE) {
471 template<class ValType>
472 struct ConstantCreator<ConstantAggregateZero, Type, ValType> {
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 176 typedef typename IndexTupleExtractor<N-1, O...>::ValType ValType;
178 EIGEN_DEVICE_FUNC static constexpr ValType& get_val(IndexTuple<T, O...>& val) {
182 EIGEN_DEVICE_FUNC static constexpr const ValType& get_val(const IndexTuple<T, O...>& val) {
195 typedef T ValType;
197 EIGEN_DEVICE_FUNC static constexpr ValType& get_val(IndexTuple<T, O...>& val) {
200 EIGEN_DEVICE_FUNC static constexpr const ValType& get_val(const IndexTuple<T, O...>& val) {
212 EIGEN_DEVICE_FUNC constexpr typename IndexTupleExtractor<N, T, O...>::ValType& array_get(IndexTuple<T, O...>& tuple) {
216 EIGEN_DEVICE_FUNC constexpr const typename IndexTupleExtractor<N, T, O...>::ValType& array_get(const IndexTuple<T, O...>& tuple) {
249 return ((i == Idx) & is_compile_time_constant<typename IndexTupleExtractor<Idx, T...>::ValType>::value) |
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 340 typedef ConstantExprKeyType ValType;
344 typedef InlineAsmKeyType ValType;
348 typedef ConstantAggrKeyType<ConstantArray> ValType;
352 typedef ConstantAggrKeyType<ConstantStruct> ValType;
356 typedef ConstantAggrKeyType<ConstantVector> ValType;
543 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
545 typedef std::pair<TypeClass *, ValType> LookupKey;
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
599 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 166 enum class ValType {
187 ValType Type;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 124 enum ValType {
133 PointerIntPair<Value *, 2, ValType> Val;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 636 milliseconds