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

  /external/chromium_org/third_party/leveldatabase/src/util/
crc32c.cc 286 uint32_t Extend(uint32_t crc, const char* buf, size_t size) {
  /art/runtime/
memory_region.h 70 void Extend(const MemoryRegion& region, uintptr_t extra) {
  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 500 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
513 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
525 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
537 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
  /external/clang/lib/CodeGen/
ABIInfo.h 51 /// Extend - Valid only for integer argument types. Same as 'direct'
53 Extend,
98 return ABIArgInfo(Extend, T, 0, false, false, false, false, 0);
101 return ABIArgInfo(Extend, T, 0, false, false, true, false, 0);
127 bool isExtend() const { return TheKind == Extend; }
133 return TheKind == Direct || TheKind == Extend;
136 // Direct/Extend accessors
138 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
  /external/clang/lib/Sema/
DeclSpec.cpp 55 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
57 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
66 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
69 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
79 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
82 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
92 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
95 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 253 bool Extend = false;
282 Extend = true;
288 if (Extend) {
601 // Truncate or zero extend offset to target pointer type.
    [all...]
  /external/v8/src/
handles.cc 58 Object** HandleScope::Extend() {
84 // If we still haven't found a slot for the handle, we extend the
    [all...]
jsregexp.cc     [all...]
  /external/chromium_org/v8/src/
handles.cc 57 Object** HandleScope::Extend(Isolate* isolate) {
82 // If we still haven't found a slot for the handle, we extend the
    [all...]
jsregexp.cc     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 444 milliseconds