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

12 3 4 5

  /external/v8/src/
typing.h 75 void VisitDeclarations(ZoneList<Declaration*>* declarations);
ast.h 112 class Declaration;
487 class Declaration : public AstNode {
496 Declaration(Zone* zone,
512 // Nested scope from which the declaration originated.
517 class VariableDeclaration FINAL : public Declaration {
531 : Declaration(zone, proxy, mode, scope, pos) {
536 class FunctionDeclaration FINAL : public Declaration {
553 : Declaration(zone, proxy, mode, scope, pos),
565 class ModuleDeclaration FINAL : public Declaration {
580 : Declaration(zone, proxy, MODULE, scope, pos)
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 48 /// The template argument is a declaration that was provided for a pointer,
50 Declaration,
133 /// declaration, which is either an external declaration or a
134 /// template declaration.
137 DeclArg.Kind = Declaration;
245 /// \brief Retrieve the declaration for a declaration non-type
248 assert(getKind() == Declaration && "Unexpected kind");
253 assert(getKind() == Declaration && "Unexpected kind")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 148 * TGSI declaration transform callback.
157 if (decl->Declaration.File == TGSI_FILE_OUTPUT &&
162 else if (decl->Declaration.File == TGSI_FILE_SAMPLER) {
169 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
177 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
238 decl.Declaration.File = TGSI_FILE_INPUT;
240 decl.Declaration.Interpolate = 1;
241 decl.Declaration.Semantic = 1;
251 decl.Declaration.File = TGSI_FILE_SAMPLER;
258 decl.Declaration.File = TGSI_FILE_TEMPORARY
    [all...]
draw_pipe_aapoint.c 129 * TGSI declaration transform callback.
138 if (decl->Declaration.File == TGSI_FILE_OUTPUT &&
143 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
151 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
202 decl.Declaration.File = TGSI_FILE_INPUT;
204 decl.Declaration.Interpolate = 1;
205 decl.Declaration.Semantic = 1;
215 decl.Declaration.File = TGSI_FILE_TEMPORARY;
221 decl.Declaration.File = TGSI_FILE_TEMPORARY;
  /external/lldb/include/lldb/Symbol/
Type.h 18 #include "lldb/Symbol/Declaration.h"
87 const Declaration& decl,
225 const lldb_private::Declaration &
292 Declaration m_decl;
ClangASTContext.h 33 class Declaration;
394 const Declaration &decl,
ClangASTType.h 546 const Declaration &decl,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
parse_html_deps.py 68 if not isinstance(x, BeautifulSoup.Declaration):
117 # Remove declaration.
119 if isinstance(x, BeautifulSoup.Declaration):
  /external/llvm/tools/gold/
gold-plugin.cpp 51 // FIXME: remove this declaration when we stop maintaining Ubuntu Quantal and
407 !GV->hasAvailableExternallyLinkage() && "Not a declaration!");
547 GlobalObject *Declaration;
549 Declaration = Function::Create(F->getFunctionType(), L, "", &M);
552 Declaration = new GlobalVariable(M, Var->getType()->getElementType(),
556 Declaration->takeName(GO);
557 Declaration->copyAttributesFrom(GO);
560 GO->setName(Declaration->getName());
562 GO->replaceAllUsesWith(Declaration);
564 LocalVersions[Declaration] = GO
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 147 const uint file = fulldecl->Declaration.File;
197 info->num_written_clipdistance += util_bitcount(fulldecl->Declaration.UsageMask);
tgsi_text.c 614 /* Parse register declaration.
1087 decl.Declaration.File = file;
1088 decl.Declaration.UsageMask = writemask;
1097 decl.Declaration.Dimension = 1;
1211 decl.Declaration.Local = 1;
1246 decl.Declaration.Semantic = 1;
    [all...]
tgsi_sanity.c 402 report_error( ctx, "Instruction expected but declaration found" );
407 file = decl->Declaration.File;
423 if (decl->Declaration.Dimension) {
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 537 Metadata *Declaration;
546 Metadata *Declaration, Metadata *Variables)
553 Declaration(Declaration), Variables(Variables) {}
564 Declaration(N->getRawDeclaration()), Variables(N->getRawVariables()) {}
579 Declaration == RHS->getRawDeclaration() &&
586 TemplateParams, Declaration, Variables);
    [all...]
DebugInfoMetadata.cpp 344 Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables,
352 IsOptimized, Function, TemplateParams, Declaration,
356 TemplateParams, Declaration, Variables};
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 422 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
775 // declaration which is an explicit or partial specialization of another
776 // template declaration, getAsCXXRecordDecl() returns the corresponding
780 // declaration which is neither an explicit nor partial specialization of
781 // another template declaration, getAsCXXRecordDecl() returns NULL and
782 // we get the CXXRecordDecl of the templated declaration.
801 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration,
804 if (!Declaration->hasDefinition())
806 for (const auto &It : Declaration->bases()) {
815 if (ClassDecl == Declaration) {
    [all...]
  /external/lldb/source/Symbol/
Block.cpp 408 const Declaration &func_decl = func_type->GetDeclaration();
463 Block::SetInlinedFunctionInfo(const char *name, const char *mangled, const Declaration *decl_ptr, const Declaration *call_decl_ptr)
Type.cpp 85 const Declaration& decl,
482 const Declaration &
597 // We have a forward declaration, we need to resolve it to a complete definition.
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 58 /// into the result set, used to ensure that no declaration ever gets into
65 /// a single (declaration, index) mapping (the common case) but
66 /// can also store a list of (declaration, index) mappings.
71 /// of (declaration, index) pairs.
74 /// \brief When the entry contains a single declaration, this is
92 // existing declaration.
117 /// \brief A mapping from declaration names to the declarations that have
201 /// \brief Determine the priority for a reference to the given declaration.
239 /// When an Objective-C method declaration result is added, and that
266 /// \brief Determine whether the given declaration is at all interestin
    [all...]
  /external/lldb/source/Core/
ValueObjectVariable.cpp 304 ValueObjectVariable::GetDeclaration (Declaration &decl)
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/clang/lib/AST/
TypeLoc.cpp 371 case TemplateArgument::Declaration:
ASTDiagnostic.cpp 342 assert(DC && "Should never have a null declaration context");
446 /// Declaration difference, uses ValueDecl
447 Declaration
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 112 virtual void VisitDeclarations(ZoneList<Declaration*>* declarations);

Completed in 476 milliseconds

12 3 4 5