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

  /external/chromium_org/v8/tools/
jsmin.py 38 around curly braces, so the declaration must be above the first use.
89 def Declaration(self, m):
278 self.Declaration,
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 109 llvm::Value *Declaration;
111 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage,
115 Declaration =
120 CurI->replaceAllUsesWith(Declaration);
  /external/v8/tools/
jsmin.py 38 around curly braces, so the declaration must be above the first use.
89 def Declaration(self, m):
278 self.Declaration,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 67 struct tgsi_declaration Declaration;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 586 class Declaration(Node,Parser):
602 # empty declaration...
672 class ParameterDeclaration(Declaration):
692 class StructDeclaration(Declaration):
704 # empty declaration...
743 node=Declaration()
genpyx.py 473 class Declaration(object):
478 class ParameterDeclaration(Declaration):
483 class StructDeclaration(Declaration):
ir.py 793 class Declaration(genpyx.Declaration, Node):
811 if isinstance(node,Declaration):
814 self.expose(Declaration)
821 class ParameterDeclaration(genpyx.ParameterDeclaration, Declaration):
827 class StructDeclaration(genpyx.StructDeclaration, Declaration):
970 declaration=self[i]
972 if verbose: declaration.psource()
973 if verbose: print declaration.deepstr(),'\n'
974 assert isinstance(declaration,Declaration
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 67 struct tgsi_declaration Declaration;
  /external/chromium/third_party/libevent/
event_rpcgen.py 71 print >>file, '/* Structure declaration for %s */' % self._name
86 dcl = entry.Declaration()
461 def Declaration(self):
552 def Declaration(self):
619 def Declaration(self):
745 def Declaration(self):
850 def Declaration(self):
    [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 71 print >>file, '/* Structure declaration for %s */' % self._name
86 dcl = entry.Declaration()
461 def Declaration(self):
552 def Declaration(self):
619 def Declaration(self):
745 def Declaration(self):
850 def Declaration(self):
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 48 /// The template argument is a declaration that was provided for a pointer,
50 Declaration,
120 /// declaration, which is either an external declaration or a
121 /// template declaration.
122 TemplateArgument(ValueDecl *D, bool ForRefParam) : Kind(Declaration) {
231 /// \brief Retrieve the declaration for a declaration non-type
234 assert(Kind == Declaration && "Unexpected kind");
238 /// \brief Retrieve whether a declaration is binding to
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 921 SmallString<128> &Declaration);
949 SmallString<128> &Declaration) {
952 std::string StringDecl = Declaration.str();
963 unsigned Length = Declaration.size();
974 Declaration = FormatRewriterContext.getRewrittenText(ID);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 475 class Declaration(NavigableString):
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 327 assert(DC && "Should never have a null declaration context");
420 /// Declaration difference, uses ValueDecl
421 Declaration
897 FromIter->getKind() == TemplateArgument::Declaration;
900 ToIter->getKind() == TemplateArgument::Declaration;
904 "Template argument cannot be both integer and declaration");
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 348 /// When the pointer at index I is non-NULL, the declaration with ID
355 /// \brief Mapping from global declaration IDs to the module in which the
356 /// declaration resides.
405 /// \brief Updates to the visible declarations of declaration contexts that
477 Declaration,
490 HiddenName(Decl *D) : Kind(Declaration), D(D), Id() { }
498 assert(getKind() == Declaration && "Hidden name is not a declaration");
845 /// since the last time the declaration chains were linked.
851 /// Each element is the global declaration ID of the first declaration i
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 547 bool Declaration) {
574 getOrCreateType(Qc.apply(CGM.getContext(), T), Unit, Declaration);
604 // Creates a forward declaration for a RecordDecl in the given context.
757 bool Declaration) {
761 getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit, Declaration);
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/v8/src/
ast.h 125 class Declaration;
222 virtual Declaration* AsDeclaration() { return NULL; }
446 class Declaration: public AstNode {
454 virtual Declaration* AsDeclaration() { return this; }
457 Declaration(VariableProxy* proxy,
473 // Nested scope from which the declaration originated.
478 class VariableDeclaration: public Declaration {
492 : Declaration(proxy, mode, scope) {
497 class FunctionDeclaration: public Declaration {
514 : Declaration(proxy, mode, scope)
    [all...]
  /external/chromium_org/v8/src/
ast.h 134 class Declaration;
489 class Declaration: public AstNode {
498 Declaration(VariableProxy* proxy,
511 // Nested scope from which the declaration originated.
516 class VariableDeclaration: public Declaration {
528 : Declaration(proxy, mode, scope) {
533 class FunctionDeclaration: public Declaration {
548 : Declaration(proxy, mode, scope),
560 class ModuleDeclaration: public Declaration {
573 : Declaration(proxy, MODULE, scope)
    [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 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 735 milliseconds