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

  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 503 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
516 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
528 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
540 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
  /external/clang/lib/CodeGen/
ABIInfo.h 49 /// Extend - Valid only for integer argument types. Same as 'direct'
51 Extend,
95 return ABIArgInfo(Extend, T, 0, false, false, false, 0);
98 return ABIArgInfo(Extend, T, 0, false, false, true, 0);
117 bool isExtend() const { return TheKind == Extend; }
123 return TheKind == Direct || TheKind == Extend;
126 // Direct/Extend accessors
128 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
  /external/clang/lib/Sema/
DeclSpec.cpp 54 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
91 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 246 bool Extend = false;
275 Extend = true;
281 if (Extend) {
594 // 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/clang/utils/TableGen/
NeonEmitter.cpp 731 // Use the vmovl builtin to sign-extend or zero-extend a vector.
732 static std::string Extend(StringRef typestr, const std::string &a) {
800 s += Extend(typestr, "__a") + " + " + Extend(typestr, "__b") + ";";
803 s += "__a + " + Extend(typestr, "__b") + ";";
809 s += Extend(typestr, "__a") + " - " + Extend(typestr, "__b") + ";";
812 s += "__a - " + Extend(typestr, "__b") + ";";
983 s += Extend(utype, abd) + ";"
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
box2d.js     [all...]

Completed in 1193 milliseconds