HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 426 - 450 of 2048) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
RefactoringCallbacks.h 104 std::string Value;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PointerIntPair.h 47 intptr_t Value;
50 PointerIntPair() : Value(0) {}
56 PointerTy getPointer() const { return Info::getPointer(Value); }
59 return (IntType)Info::getInt(Value);
63 Value = Info::updatePointer(Value, PtrVal);
67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
71 Value = Info::updatePointer(0, PtrVal);
75 Value = Info::updateInt(Info::updatePointer(0, PtrVal)
    [all...]
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
57 Value = 0;
61 // Allow use of this class as the value itself.
66 Value.store(Val, std::memory_order_relaxed);
71 Value.fetch_add(1, std::memory_order_relaxed);
77 return Value.fetch_add(1, std::memory_order_relaxed);
81 Value.fetch_sub(1, std::memory_order_relaxed);
87 return Value.fetch_sub(1, std::memory_order_relaxed);
93 Value.fetch_add(V, std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/PBQP/
CostAllocator.h 10 // Defines classes conforming to the PBQP cost value manager concept.
12 // Cost value managers are memory managers for PBQP cost values (vectors and
37 PoolEntry(ValuePool &Pool, ValueKeyT Value)
38 : Pool(Pool), Value(std::move(Value)) {}
42 const ValueT &getValue() const { return Value; }
46 ValueT Value;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PassManagerInternal.h 148 enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(EnabledType) };
160 ResultHasInvalidateMethod<IRUnitT, ResultT>::Value>
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LineEditor/
LineEditor.h 132 CompleterModel(T Value) : Value(Value) {}
134 return Value(Buffer, Pos);
136 T Value;
141 ListCompleterModel(T Value) : Value(std::move(Value)) {}
144 return Value(Buffer, Pos);
146 T Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 30 llvm::PointerIntPair<const Decl*, 2> Value;
36 Value.setPointer(D);
50 : Value(D, Type) {}
52 : Value(D, Type) {}
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
57 CanonGD.Value.setInt(Value.getInt());
62 const Decl *getDecl() const { return Value.getPointer(); }
66 return static_cast<CXXCtorType>(Value.getInt())
123 static const bool value = true; member in struct:llvm::isPodLike
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
RefactoringCallbacks.h 104 std::string Value;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PointerIntPair.h 47 intptr_t Value;
50 constexpr PointerIntPair() : Value(0) {}
56 PointerTy getPointer() const { return Info::getPointer(Value); }
59 return (IntType)Info::getInt(Value);
63 Value = Info::updatePointer(Value, PtrVal);
67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
71 Value = Info::updatePointer(0, PtrVal);
75 Value = Info::updateInt(Info::updatePointer(0, PtrVal)
    [all...]
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
57 Value = 0;
61 // Allow use of this class as the value itself.
66 Value.store(Val, std::memory_order_relaxed);
71 Value.fetch_add(1, std::memory_order_relaxed);
77 return Value.fetch_add(1, std::memory_order_relaxed);
81 Value.fetch_sub(1, std::memory_order_relaxed);
87 return Value.fetch_sub(1, std::memory_order_relaxed);
93 Value.fetch_add(V, std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/PBQP/
CostAllocator.h 10 // Defines classes conforming to the PBQP cost value manager concept.
12 // Cost value managers are memory managers for PBQP cost values (vectors and
37 PoolEntry(ValuePool &Pool, ValueKeyT Value)
38 : Pool(Pool), Value(std::move(Value)) {}
42 const ValueT &getValue() const { return Value; }
46 ValueT Value;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PassManagerInternal.h 148 enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(EnabledType) };
160 ResultHasInvalidateMethod<IRUnitT, ResultT>::Value>
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LineEditor/
LineEditor.h 132 CompleterModel(T Value) : Value(Value) {}
134 return Value(Buffer, Pos);
136 T Value;
141 ListCompleterModel(T Value) : Value(std::move(Value)) {}
144 return Value(Buffer, Pos);
146 T Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
GlobalDecl.h 30 llvm::PointerIntPair<const Decl*, 2> Value;
36 Value.setPointer(D);
50 : Value(D, Type) {}
52 : Value(D, Type) {}
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
57 CanonGD.Value.setInt(Value.getInt());
62 const Decl *getDecl() const { return Value.getPointer(); }
66 return static_cast<CXXCtorType>(Value.getInt())
123 static const bool value = true; member in struct:llvm::isPodLike
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
RefactoringCallbacks.h 104 std::string Value;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PointerIntPair.h 47 intptr_t Value;
50 constexpr PointerIntPair() : Value(0) {}
56 PointerTy getPointer() const { return Info::getPointer(Value); }
59 return (IntType)Info::getInt(Value);
63 Value = Info::updatePointer(Value, PtrVal);
67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
71 Value = Info::updatePointer(0, PtrVal);
75 Value = Info::updateInt(Info::updatePointer(0, PtrVal)
    [all...]
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
57 Value = 0;
61 // Allow use of this class as the value itself.
66 Value.store(Val, std::memory_order_relaxed);
71 Value.fetch_add(1, std::memory_order_relaxed);
77 return Value.fetch_add(1, std::memory_order_relaxed);
81 Value.fetch_sub(1, std::memory_order_relaxed);
87 return Value.fetch_sub(1, std::memory_order_relaxed);
93 Value.fetch_add(V, std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/PBQP/
CostAllocator.h 10 // Defines classes conforming to the PBQP cost value manager concept.
12 // Cost value managers are memory managers for PBQP cost values (vectors and
37 PoolEntry(ValuePool &Pool, ValueKeyT Value)
38 : Pool(Pool), Value(std::move(Value)) {}
42 const ValueT &getValue() const { return Value; }
46 ValueT Value;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PassManagerInternal.h 148 enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(EnabledType) };
160 ResultHasInvalidateMethod<IRUnitT, ResultT>::Value>
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LineEditor/
LineEditor.h 132 CompleterModel(T Value) : Value(Value) {}
134 return Value(Buffer, Pos);
136 T Value;
141 ListCompleterModel(T Value) : Value(std::move(Value)) {}
144 return Value(Buffer, Pos);
146 T Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
GlobalDecl.h 30 llvm::PointerIntPair<const Decl*, 2> Value;
36 Value.setPointer(D);
50 : Value(D, Type) {}
52 : Value(D, Type) {}
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
57 CanonGD.Value.setInt(Value.getInt());
62 const Decl *getDecl() const { return Value.getPointer(); }
66 return static_cast<CXXCtorType>(Value.getInt())
123 static const bool value = true; member in struct:llvm::isPodLike
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
RefactoringCallbacks.h 104 std::string Value;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PointerIntPair.h 47 intptr_t Value;
50 constexpr PointerIntPair() : Value(0) {}
56 PointerTy getPointer() const { return Info::getPointer(Value); }
59 return (IntType)Info::getInt(Value);
63 Value = Info::updatePointer(Value, PtrVal);
67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
71 Value = Info::updatePointer(0, PtrVal);
75 Value = Info::updateInt(Info::updatePointer(0, PtrVal)
    [all...]
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
57 Value = 0;
61 // Allow use of this class as the value itself.
66 Value.store(Val, std::memory_order_relaxed);
71 Value.fetch_add(1, std::memory_order_relaxed);
77 return Value.fetch_add(1, std::memory_order_relaxed);
81 Value.fetch_sub(1, std::memory_order_relaxed);
87 return Value.fetch_sub(1, std::memory_order_relaxed);
93 Value.fetch_add(V, std::memory_order_relaxed)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/PBQP/
CostAllocator.h 10 // Defines classes conforming to the PBQP cost value manager concept.
12 // Cost value managers are memory managers for PBQP cost values (vectors and
37 PoolEntry(ValuePool &Pool, ValueKeyT Value)
38 : Pool(Pool), Value(std::move(Value)) {}
42 const ValueT &getValue() const { return Value; }
46 ValueT Value;

Completed in 4191 milliseconds

<<11121314151617181920>>