Home
last modified time | relevance | path

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

1234

/external/v8/src/interpreter/
Dconstant-array-builder.h68 struct ConstantArraySlice final : public ZoneObject { struct
76 inline size_t available() const { return capacity() - reserved() - size(); } in available()
77 inline size_t reserved() const { return reserved_; } in reserved()
78 inline size_t capacity() const { return capacity_; } in capacity()
79 inline size_t size() const { return constants_.size(); } in size()
80 inline size_t start_index() const { return start_index_; } in start_index()
81 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index()
82 inline OperandSize operand_size() const { return operand_size_; } in operand_size()
86 const size_t capacity_;
87 size_t reserved_;
[all …]
/external/llvm/include/llvm/Analysis/
DCFLAliasAnalysis.h81 struct FunctionHandle final : public CallbackVH { struct
82 FunctionHandle(Function *Fn, CFLAAResult *Result) in FunctionHandle()
88 void deleted() override { removeSelfFromCache(); } in deleted()
89 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith()
94 void removeSelfFromCache() { in removeSelfFromCache()
DGlobalsModRef.h59 struct DeletionCallbackHandle final : CallbackVH { struct
60 GlobalsAAResult *GAR;
61 std::list<DeletionCallbackHandle>::iterator I;
63 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
/external/v8/src/compiler/
Dnode-matchers.h111 struct IntMatcher final : public ValueMatcher<T, kOpcode> { struct
112 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()
114 bool Is(const T& value) const { in Is()
117 bool IsInRange(const T& low, const T& high) const { in IsInRange()
120 bool IsMultipleOf(T n) const { in IsMultipleOf()
123 bool IsPowerOf2() const { in IsPowerOf2()
148 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { struct
170 struct HeapObjectMatcher final argument
178 struct ExternalReferenceMatcher final struct
180 explicit ExternalReferenceMatcher(Node* node) in ExternalReferenceMatcher()
[all …]
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h42 struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> { struct
43 void ReceiveResponse(scoped_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/v8/src/
Dhandles.h395 struct HandleScopeData final { struct
396 Object** next;
397 Object** limit;
398 int level;
399 int sealed_level;
400 CanonicalHandleScope* canonical_scope;
402 void Initialize() { in Initialize()
/external/clang/test/Preprocessor/
Dmacro-reserved.cpp4 #define final 1 macro
54 #define final 1 macro
Dmacro-reserved.c4 #define final 1 macro
52 #define final 1 macro
Dmacro-reserved-cxx11.cpp5 #define final 1 // expected-warning {{keyword is hidden by macro definition}} macro
/external/skia/src/gpu/glsl/
DGrGLSLBlend.cpp15 const char* final, in hard_light()
36 const char* final, in color_dodge_component()
60 const char* final, in color_burn_component()
81 const char* final, in soft_light_component_pos_dst_alpha()
/external/zopfli/src/zopfli/
Ddeflate.c528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block()
586 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, in DeflateDynamicBlock()
639 static void DeflateFixedBlock(const ZopfliOptions* options, int final, in DeflateFixedBlock()
670 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, in DeflateNonCompressedBlock()
701 int btype, int final, in DeflateBlock()
722 int btype, int final, in DeflateSplittingFirst()
756 int btype, int final, in DeflateSplittingLast()
827 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, in ZopfliDeflatePart()
844 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final, in ZopfliDeflate()
Dkatajainen.c106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) { in BoundaryPM()
241 char final = i == numBoundaryPMRuns - 1; in ZopfliLengthLimitedCodeLengths() local
/external/clang/test/SemaCXX/
Dms-interface.cpp41 __interface I3 final { variable
/external/clang/test/CodeGen/
D2003-08-29-BitFieldStruct.c6 int final:1; member
/external/openfst/src/include/fst/
Dconcat.h93 Weight final = fst1->Final(s1); in Concat() local
145 Weight final = fst1.Final(s1); in Concat() local
Dreverse.h67 Weight final = ifst.Final(is); in Reverse() local
/external/eigen/bench/btl/generic_bench/timers/
DSTL_timer.hh70 time_t initial, final; member in STL_Timer
/external/boringssl/src/crypto/digest/
Dinternal.h85 void (*final)(EVP_MD_CTX *ctx, uint8_t *out); member
/external/openssh/
Dmd5crypt.c55 unsigned char final[16]; in md5_crypt() local
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dsysfs_power_monitor.py164 def ComputeCpuStats(initial, final): argument
/external/regex-re2/util/
Dhash.cc124 #define final(a,b,c) \ macro
/external/libxml2/os400/iconv/
Diconv.c34 t_ccsid final; in findEncoding() local
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp27 int h final; // expected-error {{only virtual member functions can be marked 'final'}} member
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer795 final() { function

1234