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

1 23 4 5

  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 405 /// Base class for lexical scopes and types (which are also declaration
408 /// TODO: Separate the concepts of declaration contexts and lexical scopes.
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 114 /// of a non-type template parameter, return the declaration of that
135 /// \brief Determine whether two declaration pointers refer to the same
136 /// declaration.
174 // declaration in another case, keep the integral constant.
177 Y.getKind() == TemplateArgument::Declaration ||
206 // constant or a declaration in another case, keep the integral constant
207 // or declaration.
209 Y.getKind() == TemplateArgument::Declaration)
225 case TemplateArgument::Declaration:
226 // If we deduced a declaration and a dependent expression, keep th
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 263 /// declaration should be shown.
366 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier);
373 QualType UsageType = getDeclUsageType(*Ctx, R.Declaration);
415 if (isa<NamespaceDecl>(R.Declaration) ||
416 isa<NamespaceAliasDecl>(R.Declaration))
773 /// \brief Add the given declaration to the hash of all top-level entities.
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 791 if (decl->Declaration.Semantic) {
796 switch (decl->Declaration.File) {
852 decl->Declaration.UsageMask << (si * 4);
891 switch (decl->Declaration.UsageMask) {
916 switch (decl->Declaration.UsageMask) {
937 ERROR("unhandled TGSI_FILE %d\n", decl->Declaration.File);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 418 /// When the pointer at index I is non-NULL, the declaration with ID
425 /// \brief Mapping from global declaration IDs to the module in which the
426 /// declaration resides.
438 /// \brief Declaration updates for already-loaded declarations that we need
451 /// canonical declaration (used only for deduplication) and the value is a
452 /// declaration that has an exception specification.
475 /// \brief Mergeable declaration contexts that have anonymous declarations
502 /// \brief Updates to the visible declarations of declaration contexts that
586 Declaration,
599 HiddenName(Decl *D) : Kind(Declaration), D(D), Id() {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c     [all...]
tgsi_exec.c 729 /* save expanded declaration */
738 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) {
746 if (parse.FullToken.FullDeclaration.Declaration.File ==
    [all...]
  /external/v8/src/
scopes.cc 429 VariableDeclaration* declaration = factory->NewVariableDeclaration( local
431 DeclareFunctionVar(declaration);
525 void Scope::AddDeclaration(Declaration* declaration) {
526 decls_.Add(declaration, zone());
545 Declaration* Scope::CheckConflictingVarDeclarations() {
548 Declaration* decl = decls_[i];
552 // Iterate through all scopes until and including the declaration scope.
691 // and all declaration scopes between them have empty contexts. Such
692 // declaration scopes may become invisible during scope info deserialization
    [all...]
ast.cc 547 bool Declaration::IsInlineable() const {
637 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
    [all...]
full-codegen.h 395 void VisitDeclarations(ZoneList<Declaration*>* declarations);
403 void AllocateModules(ZoneList<Declaration*>* declarations);
    [all...]
prettyprinter.cc 627 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
738 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
typing.cc 40 // Handle implicit declaration of the function name in named function
732 void AstTyper::VisitDeclarations(ZoneList<Declaration*>* decls) {
734 Declaration* decl = decls->at(i);
740 void AstTyper::VisitVariableDeclaration(VariableDeclaration* declaration) {
744 void AstTyper::VisitFunctionDeclaration(FunctionDeclaration* declaration) {
745 RECURSE(Visit(declaration->fun()));
749 void AstTyper::VisitModuleDeclaration(ModuleDeclaration* declaration) {
750 RECURSE(Visit(declaration->module()));
754 void AstTyper::VisitImportDeclaration(ImportDeclaration* declaration) {
755 RECURSE(Visit(declaration->module()))
    [all...]
parser.cc 1209 Declaration* declaration = local
1451 Declaration* declaration = local
1905 Declaration* declaration = local
1946 Declaration* declaration = local
1980 Declaration* declaration = local
2203 Declaration* declaration = local
3025 Declaration* declaration = local
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 80 class Declaration;
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 94 * Emit a PS input (or VS depth/fog output) register declaration.
126 * Emit declaration for PS front/back-face input register.
174 * Process a PS input declaration.
175 * We'll emit a declaration like "dcl_texcoord1 v2"
320 * Process a PS output declaration.
526 switch (decl->Declaration.File) {
  /external/bison/data/
yacc.c 267 # Declaration of yyparse (and dependencies) when using the push parser
316 # Declaration that might either go into the header (if --defines)
    [all...]
glr.c 166 # Declaration that might either go into the header (if --defines)
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 116 /// declaration.
259 // The string can be empty if the declaration has no name; e.g., it is
260 // the ParmDecl with no name for declaration of a function pointer type,
279 // The string can be empty if the declaration has no name; e.g., it is
280 // the ParmDecl with no name for declaration of a function pointer type, e.g.:
772 case TemplateArgument::Declaration:
  /external/lldb/include/lldb/Core/
ValueObject.h 741 GetDeclaration (Declaration &decl);
    [all...]
  /external/lldb/source/Symbol/
Variable.cpp 43 Declaration* decl_ptr,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 482 switch (d->Declaration.File) {
  /external/lldb/source/API/
SBValue.cpp 34 #include "lldb/Symbol/Declaration.h"
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 1294 milliseconds

1 23 4 5