HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 201 - 225 of 427) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 18 class Decl;
19 class LangOptions;
23 enum class SymbolKind : uint8_t {
33 Class,
59 enum class SymbolLanguage {
67 enum class SymbolSubKind {
78 enum class SymbolProperty : uint8_t {
92 enum class SymbolRole : uint32_t {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h 156 StringValue Class;
162 return ID == Other.ID && Class == Other.Class &&
170 YamlIO.mapRequired("class", Reg.Class);
199 /// Serializable representation of stack object from the MachineFrameInfo class.
273 /// MachineFrameInfo class.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
MCTargetAsmParser.h 25 class MCInst;
26 class MCParsedAsmOperand;
27 class MCStreamer;
28 class MCSubtargetInfo;
29 template <typename T> class SmallVectorImpl;
141 class NearMissInfo {
177 // relating to the operand class expected by the encoding. OperandClass is
186 Result.MissedOperand.Class = OperandClass;
193 // than were parsed. OperandClass is the class of the expected operand that
199 Result.TooFewOperands.Class = OperandClass
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 18 class Decl;
19 class LangOptions;
23 enum class SymbolKind : uint8_t {
33 Class,
59 enum class SymbolLanguage {
67 enum class SymbolSubKind {
78 enum class SymbolProperty : uint8_t {
92 enum class SymbolRole : uint32_t {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MIRYamlMapping.h 156 StringValue Class;
162 return ID == Other.ID && Class == Other.Class &&
170 YamlIO.mapRequired("class", Reg.Class);
199 /// Serializable representation of stack object from the MachineFrameInfo class.
273 /// MachineFrameInfo class.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
MCTargetAsmParser.h 25 class MCInst;
26 class MCParsedAsmOperand;
27 class MCStreamer;
28 class MCSubtargetInfo;
29 template <typename T> class SmallVectorImpl;
141 class NearMissInfo {
177 // relating to the operand class expected by the encoding. OperandClass is
186 Result.MissedOperand.Class = OperandClass;
193 // than were parsed. OperandClass is the class of the expected operand that
199 Result.TooFewOperands.Class = OperandClass
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10shader.h 149 D3D10_SHADER_VARIABLE_CLASS Class;
d3d11shader.h 93 D3D_SHADER_VARIABLE_CLASS Class;
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 23 class Node:
24 """Abstract base class for ast nodes."""
35 class EmptyNode(Node):
38 class Expression(Node):
39 # Expression is an artificial node class to support "eval"
53 class Add(Node):
68 class And(Node):
84 class AssAttr(Node):
100 class AssList(Node):
116 class AssName(Node)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 23 class Node:
24 """Abstract base class for ast nodes."""
35 class EmptyNode(Node):
38 class Expression(Node):
39 # Expression is an artificial node class to support "eval"
53 class Add(Node):
68 class And(Node):
84 class AssAttr(Node):
100 class AssList(Node):
116 class AssName(Node)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 23 class Node:
24 """Abstract base class for ast nodes."""
35 class EmptyNode(Node):
38 class Expression(Node):
39 # Expression is an artificial node class to support "eval"
53 class Add(Node):
68 class And(Node):
84 class AssAttr(Node):
100 class AssList(Node):
116 class AssName(Node)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 23 class Node:
24 """Abstract base class for ast nodes."""
35 class EmptyNode(Node):
38 class Expression(Node):
39 # Expression is an artificial node class to support "eval"
53 class Add(Node):
68 class And(Node):
84 class AssAttr(Node):
100 class AssList(Node):
116 class AssName(Node)
    [all...]
  /system/tools/aidl/
ast_java.h 44 class CodeWriter;
52 class Type;
351 struct Class : public ClassElement {
352 enum { CLASS, INTERFACE };
356 int what = CLASS; // CLASS or INTERFACE
362 Class() = default;
363 virtual ~Class() = default;
368 class Document {
373 std::unique_ptr<Class> clazz)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 962 // 2. PCI device Sub Class Code is not IDE
994 // 2. PCI device Sub Class Code is not IDE
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 121 UINT16 Class;
  /external/clang/lib/AST/
DeclObjC.cpp 66 // Get the local instance/class method declared in this interface.
78 // Since instance & class methods can have the same name, the loop below
97 /// found in the class, its protocols, its super classes or categories.
113 // Also look into categories, including class extensions, looking
138 // And in its super class.
165 // If context is class, then lookup property in its extensions.
166 // This comes before property is looked up in primary class.
181 // exists; otherwise we return the class property.
195 // We can't find the instance property, return the class property.
223 // Search the extensions of a class first; they override what's i
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 10 // This file implements the actions class which performs semantic analysis and
186 // Create the built-in typedef for 'Class'.
187 DeclarationName Class = &Context.Idents.get("Class");
188 if (IdResolver.begin(Class) == IdResolver.end())
779 // scope without an initializer, and without a storage-class
780 // specifier or with the storage-class specifier static,
    [all...]
SemaLookup.cpp 59 class UnqualUsingEntry {
95 class UnqualUsingDirectiveSet {
114 // A using-directive shall not appear in class scope, but may
244 // 3) Tag because it includes class templates, which can't
456 // exactly one declaration shall declare a class name or enumeration name
459 // templates; in this case the class name or enumeration name is hidden.
461 // A class name or enumeration name can be hidden by the name of a
588 // A class name or enumeration name can be hidden by the name of
590 // scope. If a class or enumeration name and an object, function,
592 // with the same name, the class or enumeration name is hidde
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 442 // Get the record decl for the class of 'This'. D->getParent() may return a
443 // base class decl, rather than the class of the instance which needs to be
492 // Is the type a C++ class? (This is mostly a defensive check.)
500 // Find the decl for this method in that class.
505 // However, we should at least be able to search up and down our own class
550 const CXXRecordDecl *Class = MD->getParent();
551 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class));
572 // id-expression in the class member access expression is a qualified-id,
713 // FIXME: Is this the best way to handle class receivers
    [all...]
MemRegion.cpp     [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 33 class DEFAULT A { };
41 class DEFAULT foo {
124 class C {
125 class DEFAULT D {
131 class C<int>::D {
169 // A::f is a member function of a hidden class.
181 // B is a nested class where its parent class is hidden.
236 class HIDDEN A {};
243 class B : public A {}
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 26 # * Handle static class data for templatized classes
102 class _NullDict(object):
108 class Node(object):
143 class Define(Node):
154 class Include(Node):
167 class Goto(Node):
176 class Expr(Node):
189 class Return(Expr):
193 class Delete(Expr):
197 class Friend(Expr)
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 26 # * Handle static class data for templatized classes
103 class _NullDict(object):
109 class Node(object):
144 class Define(Node):
155 class Include(Node):
168 class Goto(Node):
177 class Expr(Node):
190 class Return(Expr):
194 class Delete(Expr):
198 class Friend(Expr)
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 71 class MachineLICM : public MachineFunctionPass {
780 unsigned Class = RPIdAndCost.first;
781 if (static_cast<int>(RegPressure[Class]) < -RPIdAndCost.second)
782 RegPressure[Class] = 0;
784 RegPressure[Class] += RPIdAndCost.second;
    [all...]
TargetInstrInfo.cpp 10 // This file implements the TargetInstrInfo class.
398 // the register class to use.
    [all...]

Completed in 1619 milliseconds

1 2 3 4 5 6 7 891011>>