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

1 2 34

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 45 # Default .h template
237 # - Add default header template
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 162 /// template patterns.
166 /// \brief Representation of a "canonical" template template parameter that
167 /// is used in canonical template names.
255 /// static data members of class template specializations were instantiated.
259 /// class template from which they were instantiated along with the kind
265 /// template<typename T>
270 /// template<typename T>
278 /// class template X) and will be marked TSK_ImplicitInstantiation.
289 /// template<typename T
    [all...]
Type.h 45 template <typename T>
47 template<>
56 template<>
66 template <>
98 template <typename> class CanQual;
891 template<> struct simplify_type<const ::clang::QualType> {
897 template<> struct simplify_type< ::clang::QualType>
901 template<>
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 668 // A specialization of a conversion function template is not found by
683 // add the conversion function template. When we deduce template
685 // type of the new declaration with the type of the function template.
699 // result), perform template argument deduction and place the
707 assert(ConvProto && "Nonsensical conversion function template type");
720 // Perform template argument deduction against the type that we would
766 // stack) when we are parsing a member of a class template. In this
769 // it leaves the current template parameter scope.
782 // In the definition of a member of a class template that appear
    [all...]
SemaExpr.cpp 40 #include "clang/Sema/Template.h"
115 // If there were any diagnostics suppressed by template argument deduction,
    [all...]
SemaDeclCXX.cpp 332 // template-parameter (14.1). It shall not be specified for a
366 // For non-template functions, default arguments can be added in
393 // of template class. The new default parameter's value is ignored.
445 // Paragraph 4, quoted above, only applies to non-template functions.
457 // - the explicit specialization of a function template;
458 // - the explicit specialization of a member function template;
460 // template where the class template specialization to which the
469 // Default arguments for a member function of a class template shall
471 // within the class template
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 285 /// \brief Determine whether two template arguments are equivalent.
309 case TemplateArgument::Template:
336 llvm_unreachable("Invalid template argument kind");
653 // Names of template type parameters are never significant.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 54 template <typename T, typename Allocator>
61 template <typename T>
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 23 * Template to use for creating new 'dot' elements
109 // Get the template elements and remove them from the DOM. Things are
111 // template elements behind in the DOM.
346 // Make a deep copy of the dot template to add a new one.
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/lib/Parse/
ParseDecl.cpp 743 // If the Decl is templatized, add template parameters to scope.
868 /// [C++] template-declaration
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/v8/src/
api.cc 734 void Template::Set(v8::Handle<String> name, v8::Handle<Data> value,
737 if (IsDeadCheck(isolate, "v8::Template::Set()")) return;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 364 milliseconds

1 2 34