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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/TableGen/
Record.cpp 43 class TableGenStringKey {
523 // appropriate class!
    [all...]
TGParser.cpp 63 // The value already exists in the class, treat this as a set.
149 // Add all of the values in the subclass into the current class.
209 // Add all of the values in the subclass into the current class.
361 return K == tgtok::Class || K == tgtok::Def ||
407 /// ParseClassID - Parse and resolve a reference to a class name. This returns
420 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 68 // The value already exists in the class, treat this as a set.
148 // Add all of the values in the subclass into the current class.
209 // Add all of the values in the subclass into the current class.
295 return K == tgtok::Class || K == tgtok::Def ||
319 /// ParseClassID - Parse and resolve a reference to a class name. This returns
332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
1082 // This is a CLASS<initvalslist> expression. This is supposed to synthesize
1083 // a new anonymous definition, deriving from CLASS<initvalslist> with no
1085 Record *Class = Records.getClass(Name)
    [all...]
  /external/v8/src/ast/
ast-types.h 21 // can express class types (a.k.a. specific maps) and singleton types (i.e.,
48 // Class(map) < T iff instance_type(map) < T
59 // Note also that Constant(x) < Class(map(x)) does _not_ hold, since x's map can
64 // considers the _current_ state only, i.e., Constant(x) <_now Class(map(x)).
143 // bitsets. Bit 0 is reserved for tagging. Class is a heap pointer to the
277 class AstType;
282 class AstBitsetType {
339 friend class AstType;
357 class AstTypeBase {
359 friend class AstType
    [all...]
  /external/v8/testing/gmock/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 24 class IPDBDataStream;
25 class IPDBLineNumber;
26 class IPDBSourceFile;
27 class PDBSymDumper;
28 class PDBSymbol;
29 class PDBSymbolExe;
30 class PDBSymbolCompiland;
31 class PDBSymbolCompilandDetails;
32 class PDBSymbolCompilandEnv;
33 class PDBSymbolFunc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h 65 D3D10_SHADER_VARIABLE_CLASS Class;
    [all...]
d3dx9shader.h 111 D3DXPARAMETER_CLASS Class;
450 WORD Class;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 28 // The Class of a variable/function describes the "storage class"
31 type Class uint8
33 //go:generate stringer -type=Class
35 Pxxx Class = iota // no class; used during ssa conversion to indicate pseudo-variables
44 // Careful: Class is stored in three bits in Node.flags.
45 // Adding a new Class will overflow that.
50 panic("PDISCARD changed; does all Class values still fit in three bits?")
184 var dclcontext Class // PEXTERN/PAUT
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go 28 // The Class of a variable/function describes the "storage class"
31 type Class uint8
33 //go:generate stringer -type=Class
35 Pxxx Class = iota // no class; used during ssa conversion to indicate pseudo-variables
44 // Careful: Class is stored in three bits in Node.flags.
45 // Adding a new Class will overflow that.
50 panic("PDISCARD changed; does all Class values still fit in three bits?")
184 var dclcontext Class // PEXTERN/PAUT
    [all...]
  /tools/dexter/slicer/export/slicer/
dex_ir.h 40 // it's expected to construct the IR for the single modified class only
41 // (and include only the nodes referenced from that class)
54 template <class T>
79 struct Class;
82 // The base class for all the .dex IR types:
175 enum class Category { Void, Scalar, WideScalar, Reference };
178 Class* class_def;
311 struct Class : public IndexedNode {
367 std::vector<own<Class>> classes;
396 std::map<dex::u4, Class*> classes_map
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 133 UINT16 Class;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 326 UINT8 Class;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 459 UINT16 Class; // Tiano extended Class code
880 @param DefaultId The Class of the default.
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
94 class ObjCBoxedExpr : public Expr {
139 friend class ASTStmtReader;
144 class ObjCArrayLiteral final
207 friend class ASTStmtReader;
257 class ObjCDictionaryLiteral final
346 friend class ASTStmtReader
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 1 //=== RecordLayoutBuilder.cpp - Helper class for building record layouts ---==//
28 /// BaseSubobjectInfo - Represents a single base subobject in a complete class.
29 /// For a class hierarchy like
31 /// class A { };
32 /// class B : A { };
33 /// class C : A, B { };
40 /// Class - The class for this base info.
41 const CXXRecordDecl *Class;
104 /// offsets while laying out a C++ class
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 591 class DefaultABIInfo : public ABIInfo {
611 class DefaultTargetCodeGenInfo : public TargetCodeGenInfo {
658 class WebAssemblyABIInfo final : public DefaultABIInfo {
681 class WebAssemblyTargetCodeGenInfo final : public TargetCodeGenInfo {
745 class PNaClABIInfo : public ABIInfo {
757 class PNaClTargetCodeGenInfo : public TargetCodeGenInfo {
876 class X86_32ABIInfo : public SwiftABIInfo {
877 enum Class {
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 394 // Detect if both types are (ptr to) class, and note any incompleteness.
426 /// same class. This is because CastsAwayConstness doesn't care.
573 /// checked downcasts in class hierarchies.
585 // C++ 5.2.7p1: T shall be a pointer or reference to a complete class type,
620 // complete class type, [...]. If T is an lvalue reference type, v shall be
621 // an lvalue of a complete class type, [...]. If T is an rvalue reference
622 // type, v shall be an expression having a complete class type, [...]
795 assert(BaseRD && "Base type should be a valid unqualified class type");
798 const CXXRecordDecl *Class = IElem->Class,
    [all...]

Completed in 1426 milliseconds

1 2 3 4 5 6 7 8 91011>>