HomeSort by relevance Sort by last modified time
    Searched defs:Template (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /external/clang/lib/AST/
TemplateBase.cpp 1 //===--- TemplateBase.cpp - Common template AST class implementation ------===//
10 // This file implements common classes used throughout C++ template
31 /// \brief Print a template integral argument value.
45 // In Sema::CheckTemplateArugment, enum template arguments value are
47 // may create a size difference between the enum value and template
103 llvm_unreachable("Should not have a NULL template argument");
109 case Template:
144 llvm_unreachable("Should not have a NULL template argument");
149 case Template:
186 case Template
    [all...]
TypeLoc.cpp 479 case TemplateArgument::Template:
482 TemplateName Template = Args[i].getAsTemplateOrTemplatePattern();
483 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName())
485 else if (QualifiedTemplateName *QTN = Template.getAsQualifiedTemplateName())
490 Args[i].getKind() == TemplateArgument::Template ? SourceLocation()
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
template.py 1 # mako/template.py
7 """Provides the Template class, a facade for parsing, generating and executing
8 template strings, as well as template runtime operations."""
22 class Template(object):
23 """Represents a compiled template.
25 :class:`.Template` includes a reference to the original
26 template source (via the :attr:`.source` attribute)
31 :class:`.Template` is constructed using either a literal string
32 representing the template text, or a filename representing a filesyste
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 330 STATIC CONST SYSTEM_STATE_PACKAGE Template = {
352 *SuspendToRamSize = sizeof Template;
353 CopyMem (SuspendToRam, &Template, sizeof Template);
357 *SuspendToDiskSize = sizeof Template;
358 CopyMem (SuspendToDisk, &Template, sizeof Template);
  /external/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /external/clang/test/Modules/Inputs/
DebugCXX.h 21 template<typename T> struct traits {};
22 template<typename T,
24 > class Template {
27 // Explicit template instantiation.
28 extern template class Template<int>;
30 extern template struct traits<float>;
31 typedef class Template<float> FloatInstantiation;
34 Template<long> invisible;
37 // Non-template inside a template
    [all...]
  /external/v8/src/
messages.h 301 T(DuplicateTemplateProperty, "Object template has duplicate property '%'") \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateName.h 1 //===--- TemplateName.h - C++ Template Name Representation-------*- C++ -*-===//
41 /// template names or an already-substituted template template parameter pack.
54 /// \brief The number of stored templates or template arguments,
92 /// overloaded template name.
113 /// \brief A structure for storing an already-substituted template template
116 /// This kind of template names occurs when the parameter pack has been
117 /// provided with a template template argument pack in a context where it
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 124 class Template:
131 def __init__(self, template):
132 self.template = template
138 lines = self.template[:i].splitlines(True)
150 raise TypeError("descriptor 'substitute' of 'Template' object "
176 return self.pattern.sub(convert, self.template)
180 raise TypeError("descriptor 'safe_substitute' of 'Template' object "
207 return self.pattern.sub(convert, self.template)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
string.py 124 class Template:
131 def __init__(self, template):
132 self.template = template
138 lines = self.template[:i].splitlines(True)
172 return self.pattern.sub(convert, self.template)
205 return self.pattern.sub(convert, self.template)

Completed in 243 milliseconds

12 3 4 5 6 7