HomeSort by relevance Sort by last modified time
    Searched refs:Extend (Results 26 - 50 of 72) sorted by null

12 3

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 410 /// dependent context, for example. Nor will it extend \p SS with the scope
505 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
616 // don't extend the nested-name-specifier. Just return now.
621 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
626 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
668 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
687 // resolve Identifier, then extend the SS with Identifier. This will have
706 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
767 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation_unittest.cc 98 TEST_F(TruncateOperationTest, Extend) {
107 file_size + 10, // Extend to 10 bytes.
  /external/chromium_org/v8/src/
handles.cc 22 Object** HandleScope::Extend(Isolate* isolate) {
46 // If we still haven't found a slot for the handle, we extend the
handles-inl.h 143 if (cur == current->limit) cur = Extend(isolate);
handles.h 226 // Extend the handle scope making room for more handles.
227 static internal::Object** Extend(Isolate* isolate);
json-stringifier.h 35 void Extend();
329 if (current_index_ == part_length_) Extend();
484 Extend(); // Attach current part and allocate new part.
729 void BasicJsonStringifier::Extend() {
jsregexp.h 299 OutSet* Extend(unsigned value, Zone* zone);
305 // to use Extend instead to ensure that only one instance exists
338 out_set_ = out_set_->Extend(value, zone);
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 502 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
515 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
527 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
539 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_vector_unittest.cc 167 // Test the Extend method.
168 TEST_F(AudioVectorTest, Extend) {
171 vec.Extend(5); // Extend with 5 elements, which should all be zeros.
338 // extend beyond the end of the current vector. This is valid, and the vector is
audio_vector.cc 74 void AudioVector::Extend(size_t extra_length) {
85 // does not extend beyond the end of the vector.
99 // does not extend beyond the end of the vector.
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 647 // rm, <extend> {#<shift_amount>}
648 // where <extend> is one of {UXTB, UXTH, UXTW, UXTX, SXTB, SXTH, SXTW, SXTX}.
651 Extend extend,
670 // This returns an LSL shift (<= 4) operand as an equivalent extend operand,
678 inline Extend extend() const;
692 Extend extend_;
710 Extend extend,
    [all...]
assembler-arm64-inl.h 350 Operand::Operand(Register reg, Extend extend, unsigned shift_amount)
354 extend_(extend),
360 // Extend modes SXTX and UXTX require a 64-bit register.
361 DCHECK(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX)));
420 Extend Operand::extend() const {
469 Extend extend,
    [all...]
disasm-arm64.cc 147 Extend mode = static_cast<Extend>(instr->ExtendMode());
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 486 // rm, {<extend> {#<shift_amount>}}
487 // where <extend> is one of {UXTB, UXTH, UXTW, UXTX, SXTB, SXTH, SXTW, SXTX}.
489 explicit Operand(Register reg, Extend extend, unsigned shift_amount = 0);
496 // This returns an LSL shift (<= 4) operand as an equivalent extend operand,
515 Extend extend() const {
529 Extend extend_;
546 Extend extend,
    [all...]
disasm-a64.cc 154 Extend mode = static_cast<Extend>(instr->ExtendMode());
    [all...]
assembler-a64.cc 225 Operand::Operand(Register reg, Extend extend, unsigned shift_amount)
228 extend_(extend),
234 // Extend modes SXTX and UXTX require a 64-bit register.
235 VIXL_ASSERT(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX)));
279 Extend extend,
282 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) {
285 VIXL_ASSERT((extend == UXTW) || (extend == SXTW) || (extend == SXTX))
    [all...]
simulator-a64.cc 332 Extend extend_type,
639 static_cast<Extend>(instr->ExtendMode()),
763 Extend ext = static_cast<Extend>(instr->ExtendMode());
1294 bool extend = false; local
    [all...]
simulator-a64.h 148 // Copy 'size' bytes of the register to the result, and zero-extend to fill
517 Extend extend_type,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
layout_line_walker.js 59 // Extend to both line breaks (in each direction).
192 // Extend the selection up to just before a new visual line break.
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js 10 * extend operation to either grow or shrink the selection given a
85 * @param {!cvox.CursorSelection} sel Extend DOM selection to the selection.
89 cvox.PageSelection.prototype.extend = function(sel) {
98 // direction or towards one another. In the first case, shrink/extend this
99 // PageSelection to the end of "sel". In the second case, shrink/extend this
  /external/clang/include/clang/Sema/
DeclSpec.h 83 /// \brief Extend the current nested-name-specifier by another
94 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
97 /// \brief Extend the current nested-name-specifier by another
108 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
111 /// \brief Extend the current nested-name-specifier by another
122 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
125 /// \brief Extend the current nested-name-specifier by another
137 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 511 // them are direct or extend without a specified coerce type, specify the
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
crc32c.cc 286 uint32_t Extend(uint32_t crc, const char* buf, size_t size) {

Completed in 495 milliseconds

12 3