Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h32 struct X86Operand final : public MCParsedAsmOperand { struct
33 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind;
35 SMLoc StartLoc, EndLoc;
36 SMLoc OffsetOfLoc;
37 StringRef SymName;
38 void *OpDecl;
39 bool AddressOf;
41 struct TokOp {
46 struct RegOp {
50 struct PrefOp {
[all …]
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h14 struct MOJO_CPP_SYSTEM_EXPORT HandleSignalsState final struct
16 HandleSignalsState() { in HandleSignalsState()
21 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
33 bool equals(const HandleSignalsState& other) const { in equals()
38 bool satisfies_any(MojoHandleSignals signals) const { in satisfies_any()
42 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all()
46 bool can_satisfy_any(MojoHandleSignals signals) const { in can_satisfy_any()
52 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable()
56 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable()
60 bool peer_closed() const { in peer_closed()
[all …]
/external/libchrome/mojo/core/
Dhandle_signals_state.h18 struct MOJO_SYSTEM_IMPL_EXPORT HandleSignalsState final struct
20 HandleSignalsState() { in HandleSignalsState()
25 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
37 bool equals(const HandleSignalsState& other) const { in equals()
42 bool satisfies_any(MojoHandleSignals signals) const { in satisfies_any()
46 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all()
50 bool can_satisfy_any(MojoHandleSignals signals) const { in can_satisfy_any()
56 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable()
60 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable()
64 bool peer_closed() const { in peer_closed()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h120 struct Metadata final { struct
122 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>();
124 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>();
135 bool empty() const { in empty()
140 bool notEmpty() const { in notEmpty()
185 struct Metadata final { struct
191 uint32_t mSize = 0;
193 uint32_t mAlign = 0;
195 ValueKind mValueKind = ValueKind::Unknown;
197 ValueType mValueType = ValueType::Unknown;
[all …]
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h26 struct SIRegisterInfo final : public AMDGPURegisterInfo { struct
29 unsigned VGPR32SetID;
30 BitVector SGPRPressureSets;
31 BitVector VGPRPressureSets;
84 unsigned getHWRegIndex(unsigned Reg) const { in getHWRegIndex()
93 bool isSGPRClass(const TargetRegisterClass *RC) const { in isSGPRClass()
98 bool isSGPRClassID(unsigned RCID) const { in isSGPRClassID()
102 bool isSGPRReg(const MachineRegisterInfo &MRI, unsigned Reg) const { in isSGPRReg()
117 static bool isPseudoRegClass(const TargetRegisterClass *RC) { in isPseudoRegClass()
155 enum PreloadedValue {
[all …]
DR600RegisterInfo.h24 struct R600RegisterInfo final : public AMDGPURegisterInfo { struct
25 RegClassWeight RCW;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFLAliasAnalysisUtils.h24 template <typename AAResult> struct FunctionHandle final : public CallbackVH { struct
25 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle()
31 void deleted() override { removeSelfFromCache(); } in deleted()
32 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith()
37 void removeSelfFromCache() { in removeSelfFromCache()
DGlobalsModRef.h60 struct DeletionCallbackHandle final : CallbackVH { struct
61 GlobalsAAResult *GAR;
62 std::list<DeletionCallbackHandle>::iterator I;
64 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
/external/v8/src/interpreter/
Dconstant-array-builder.h191 struct ConstantArraySlice final : public ZoneObject { struct
204 inline size_t available() const { return capacity() - reserved() - size(); } in available()
205 inline size_t reserved() const { return reserved_; } in reserved()
206 inline size_t capacity() const { return capacity_; } in capacity()
207 inline size_t size() const { return constants_.size(); } in size()
208 inline size_t start_index() const { return start_index_; } in start_index()
209 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index()
210 inline OperandSize operand_size() const { return operand_size_; } in operand_size()
214 const size_t capacity_;
215 size_t reserved_;
[all …]
/external/llvm/include/llvm/Analysis/
DCFLSteensAliasAnalysis.h95 struct FunctionHandle final : public CallbackVH { struct
96 FunctionHandle(Function *Fn, CFLSteensAAResult *Result) in FunctionHandle()
102 void deleted() override { removeSelfFromCache(); } in deleted()
103 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith()
108 void removeSelfFromCache() { in removeSelfFromCache()
DGlobalsModRef.h60 struct DeletionCallbackHandle final : CallbackVH { struct
61 GlobalsAAResult *GAR;
62 std::list<DeletionCallbackHandle>::iterator I;
64 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
/external/v8/src/compiler/
Dnode-matchers.h115 struct IntMatcher final : public ValueMatcher<T, kOpcode> { struct
116 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()
118 bool Is(const T& value) const { in Is()
121 bool IsInRange(const T& low, const T& high) const { in IsInRange()
124 bool IsMultipleOf(T n) const { in IsMultipleOf()
127 bool IsPowerOf2() const { in IsPowerOf2()
153 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { argument
154 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher()
156 bool Is(const T& value) const { in Is()
159 bool IsInRange(const T& low, const T& high) const { in IsInRange()
[all …]
Dcommon-operator.h189 struct ObjectStateInfo final : std::pair<uint32_t, int> { struct
198 struct TypedObjectStateInfo final argument
210 class RelocatablePtrConstantInfo final { argument
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h91 struct OMPTaskDataTy final { struct
92 SmallVector<const Expr *, 4> PrivateVars;
93 SmallVector<const Expr *, 4> PrivateCopies;
94 SmallVector<const Expr *, 4> FirstprivateVars;
95 SmallVector<const Expr *, 4> FirstprivateCopies;
96 SmallVector<const Expr *, 4> FirstprivateInits;
97 SmallVector<const Expr *, 4> LastprivateVars;
98 SmallVector<const Expr *, 4> LastprivateCopies;
99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
100 llvm::PointerIntPair<llvm::Value *, 1, bool> Final;
[all …]
/external/v8/src/
Dhandles.h334 struct HandleScopeData final { struct
335 Object** next;
336 Object** limit;
337 int level;
338 int sealed_level;
339 CanonicalHandleScope* canonical_scope;
341 void Initialize() { in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.h23 struct R600RegisterInfo final : public R600GenRegisterInfo { struct
24 RegClassWeight RCW;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.h118 struct EndianAdapter final struct
121 using EndianType =
125 explicit EndianAdapter(EndianType &&Item) in EndianAdapter()
128 void format(llvm::raw_ostream &Stream, StringRef Style) { in format()
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h42 struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> { struct
43 void ReceiveResponse(std::unique_ptr<dbus::Response> response) { in ReceiveResponse()
47 std::unique_ptr<dbus::Response> response_;
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps { struct
225 TypedMatcherOps() in TypedMatcherOps()
227 typedef ast_matchers::internal::Matcher<T> MatcherT;
230 convertMatcher(const DynTypedMatcher &Matcher) const override { in convertMatcher()
/external/python/cpython2/Lib/encodings/
Draw_unicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_internal.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
/external/python/cpython3/Lib/encodings/
Draw_unicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_escape.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument
Dunicode_internal.py21 def encode(self, input, final=False): argument
25 def decode(self, input, final=False): argument

12345678910>>...13