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

1 23 4

  /external/clang/lib/Parse/
ParseDeclCXX.cpp 339 // Template parameters are always an error here.
491 if (TemplateInfo.Kind == ParsedTemplateInfo::Template &&
541 // template <...> using id = type;
707 /// simple-template-id
711 // Check whether we have a template-id that names a type.
718 assert(Tok.is(tok::annot_typename) && "template-id -> type failed");
740 // It looks the user intended to write a template-id here, but the
741 // template-name was wrong. Try to fix that.
743 TemplateTy Template;
745 &SS, Template, TNK))
    [all...]
  /external/v8/src/
api.h 115 template <typename T> static inline T ToCData(v8::internal::Object* obj) {
122 template <typename T>
208 OpenHandle(const Template* that);
244 template <class T>
250 template <class T>
300 MAKE_OPEN_HANDLE(Template, TemplateInfo)
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 175 r'note: in instantiation of function template specialization '
225 r'of function template specialization '
232 r'of function template specialization '
308 r'note: candidate template ignored:\s+'
309 r'couldn\'t infer template argument \'FunctionImpl\'')
334 r'note: candidate function template not viable: '
423 r'of function template specialization '
447 + _GCC_FILE_LINE_RE + r'error: template argument 1 is invalid\n')
453 r'.*error: template argument 1 is invalid\n')
460 r'.*error: template argument 1 is invalid\n
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 524 CXCursor cxcursor::MakeCursorTemplateRef(TemplateDecl *Template,
527 assert(Template && TU && "Invalid arguments!");
529 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } };
949 template<> struct DenseMapInfo<CXCursor> {
    [all...]
CIndex.cpp 271 template<typename InputIterator>
325 // Template visitors
422 template<typename InputIterator>
636 // Visit the template arguments used in the specialization.
655 // FIXME: Visit the "outer" template parameter lists on the TagDecl
656 // before visiting these template parameters.
736 // FIXME: Visit explicitly-specified template arguments!
820 // FIXME: Visit the "outer" template parameter lists on the FunctionDecl
821 // before visiting these template parameters.
829 // FIXME: Visit the "outer" template parameter lists on the TagDec
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 69 import com.google.clearsilver.jsilver.template.Macro;
70 import com.google.clearsilver.jsilver.template.RenderingContext;
71 import com.google.clearsilver.jsilver.template.Template;
154 * @param name name of the macro as defined in the template.
174 RENDER_METHOD = Template.class.getMethod("render", RenderingContext.class);
193 java.writeImports(BaseCompiledTemplate.class, Template.class, Macro.class,
203 super.caseStart(node); // Walk template AST.
544 * template in this stored context.
558 * &lt;?cs linclude:'somefile.cs' &gt; command. Lazily includes another template (at render time)
    [all...]
  /external/v8/include/
v8.h 98 template <class T> class Handle;
99 template <class T> class Local;
100 template <class T> class Persistent;
166 template <class T> class Handle {
189 template <class S> inline Handle(Handle<S> that)
219 template <class S> inline bool operator==(Handle<S> that) const {
233 template <class S> inline bool operator!=(Handle<S> that) const {
237 template <class S> static inline Handle<T> Cast(Handle<S> that) {
246 template <class S> inline Handle<S> As() {
262 template <class T> class Local : public Handle<T>
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 532 return new Template(this, pattern).evaluate(object);
547 var template = new Template(replacement);
548 return function(match) { return template.evaluate(match) };
560 var Template = Class.create({
561 initialize: function(template, pattern) {
562 this.template = template.toString();
563 this.pattern = pattern || Template.Pattern;
570 return this.template.gsub(this.pattern, function(match)
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/clang/include/clang/Parse/
Parser.h 155 /// template argument list, where the '>' closes the template
172 /// The "depth" of the template parameters currently being parsed.
794 /// \brief Whether this member function had an associated template
795 /// scope. When true, D is a template declaration.
839 /// \brief Whether this member function had an associated template
840 /// scope. When true, D is a template declaration.
890 /// \brief Whether this class had an associated template
891 /// scope. When true, TagOrTemplate is a template declaration;
895 /// \brief The class or class template whose definition we are parsing
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 19 function jstWrap(data, template) {
20 return jstProcess(new JsEvalContext(data), template);
24 // Template cardinality from jsselect.
70 // Reprocessing with empty data -- the last template instance is
103 // Check that 'this' within js expressions is the template node
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
246 // Make sure the next template loaded with the same wrapper id re-uses the
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 1 //===--- DeclTemplate.cpp - Template Declaration AST Node Implementation --===//
115 // Find the first declaration of this function template.
153 template <class EntryType>
166 /// \brief Generate the injected template arguments for the given template
167 /// parameter list, e.g., for the injected-class-name of a class template.
401 // The template argument list of a primary template is a template argument
402 // list in which the nth template argument has the value of the nth templat
    [all...]
Type.cpp     [all...]
DumpXML.cpp 63 template <class Impl> struct XMLDeclVisitor {
118 template <class Impl> struct XMLTypeVisitor {
321 case TemplateArgument::Template:
413 template <class T> void visitRedeclarableAttrs(T *D) {
StmtProfile.cpp 56 /// \brief Visit a template name that occurs within an expression or
60 /// \brief Visit template arguments that occur within an expression or
65 /// \brief Visit a single template argument.
1077 case TemplateArgument::Template:
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 43 use Template;
48 # Location of template. (Assumed to be in current directory.)
145 # Copy sorted list to template data store.
230 # Create new template object.
231 my $template = Template->new(
238 unless ($template->process($html_template_file, $data)) { # do it
239 warn "write_output: Template Toolkit error: " . $template->error() . "\n";
  /external/clang/include/clang/AST/
Decl.h 160 /// result as getNameAsString(); for example, class template
161 /// specializations are printed with their template arguments.
519 /// NumTemplParamLists - The number of "outer" template parameter lists.
520 /// The count includes all of the template parameter lists that were matched
521 /// against the template-ids occurring into the NNS and possibly (in the
522 /// case of an explicit specialization) a final "template <>".
526 /// containing pointers to the "outer" template parameter lists.
527 /// It includes all of the template parameter lists that were matched
528 /// against the template-ids occurring into the NNS and possibly (in the
529 /// case of an explicit specialization) a final "template <>"
    [all...]
DeclCXX.h 41 /// concrete function or a function template.
51 /// \brief Implicily converts any function or function template into a
55 /// \brief Retrieve the underlying function or function template.
67 /// AnyFunctionDecl to any function or function template declaration.
68 template<> struct simplify_type<const ::clang::AnyFunctionDecl> {
74 template<> struct simplify_type< ::clang::AnyFunctionDecl>
78 template<>
534 /// \brief The template or declaration that this declaration
538 /// declarations that describe a class template, this will be a
540 /// classes of class template specializations, this will be th
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderDecl.cpp 68 template<typename T>
167 template <typename T> void VisitRedeclarable(Redeclarable<T> *D);
215 // If we have a fully initialized template parameter, we can now
228 // We don't want to deserialize the DeclContext of a template
229 // parameter immediately, because the template parameter might be
365 FunctionTemplateDecl *Template = ReadDeclAs<FunctionTemplateDecl>(Record,
369 // Template arguments.
373 // Template args as written.
397 = FunctionTemplateSpecializationInfo::Create(C, FD, Template, TSK,
403 if (FD->isCanonicalDecl()) { // if canonical add to template's set
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 23 * Template to use for creating new 'apps-page' elements
29 * Template to use for creating new 'app-container' elements
35 * Template to use for creating new 'dot' elements
108 // Get the template elements and remove them from the DOM. Things are
110 // template elements behind in the DOM.
111 appTemplate = getRequiredElement('app-template');
354 // Make a deep copy of the template and clear its ID
357 assert(appElement, 'Expected app-template to have an app child');
430 // Make a shallow copy of the app page template.
434 // Make a deep copy of the dot template to add a new one
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 52 // template <typename T> struct S {
175 // If the name that we found is a class template name, and it is
176 // the same name as the template name in the last part of the
181 if (ClassTemplateDecl *Template = Found.getAsSingle<ClassTemplateDecl>()) {
196 // We're referring into a class template specialization. If the
197 // class template we found is the same as the template being
203 Template->getCanonicalDecl())
210 // We're referring to an unresolved class template
211 // specialization. Determine whether we class template we foun
    [all...]
SemaCodeComplete.cpp 484 // Class template (partial) specializations are never added as results.
    [all...]
SemaDecl.cpp 89 // nested-name-specifier depends on a template-parameter (14.6.2)
155 TemplateTy Template;
166 // Ignore a correction to a template type as the to-be-corrected
167 // identifier is not a template (typo correction for template names
171 false, Template, MemberOfUnknownSpecialization))) {
311 /// template<class T> class A {
315 /// template<class T> class B : public A<T> {
384 // See if II is a class template that the user forgot to pass arguments to.
623 // A name used in a template declaration or definition and that is
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 10 * 1) API_TEMPLATE which is the main template for the api pages.
21 var API_TEMPLATE = "template/api_template.html";
37 // Data to feed as context into the template.
79 * Main entry point for composing the page. It will fetch it's template,
82 * render the template from |pageData|.
95 // Fetch the api template and insert into the <body>.
226 * Special pages like the samples gallery may want to modify their template
227 * data to include additional information. This hook allows a page template
231 * To specify such code, the page template should include a script block with
242 * template is rendered, and will therefore not be exposed to the end use
    [all...]

Completed in 2133 milliseconds

1 23 4