/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | pseudo-destructors.cpp | 7 typedef int Integer; typedef 41 i->~Integer(); in f() 42 i->Integer::~Integer(); in f() 45 …i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseu… in f() 46 …i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor … in f() 47 …i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the… in f() 49 …ii->~Integer(); // expected-error{{member reference type 'int' is not a pointer; maybe you meant t… in f() 50 ii.~Integer(); in f() 59 typedef int Integer; typedef 62 ip->~Integer; // expected-error{{called immediately}} in destroy_without_call()
|
H A D | enable_if.cpp | 100 struct Integer { struct 101 Integer(int); 104 int fn1(const Integer &) __attribute__((enable_if(true, ""))); 110 …int fn2(const Integer &) __attribute__((enable_if(false, ""))); // expected-note{{candidate disab…
|
H A D | enum-bitfield.cpp | 6 typedef int Integer; typedef 12 enum E3 : Integer;
|
/minix3/minix/drivers/power/acpi/executer/ |
H A D | exoparg1.c | 193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 322 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 327 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 333 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R() 336 ReturnDesc->Integer.Value >>= 1; in AcpiExOpcode_1A_1T_1R() 339 ReturnDesc->Integer.Value = Temp32; in AcpiExOpcode_1A_1T_1R() 344 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 350 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R() 353 ReturnDesc->Integer.Value <<= 1; in AcpiExOpcode_1A_1T_1R() [all …]
|
H A D | exoparg2.c | 120 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R() 206 Status = AcpiUtDivide (Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 207 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 208 &ReturnDesc1->Integer.Value, in AcpiExOpcode_2A_2T_1R() 209 &ReturnDesc2->Integer.Value); in AcpiExOpcode_2A_2T_1R() 304 ReturnDesc->Integer.Value = AcpiExDoMathOp (WalkState->Opcode, in AcpiExOpcode_2A_1T_1R() 305 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 306 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R() 323 Status = AcpiUtDivide (Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 324 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R() [all …]
|
H A D | exoparg3.c | 109 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 110 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 111 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R() 116 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 117 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 118 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 190 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R() 191 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
|
H A D | exoparg6.c | 245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R() 246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R() 255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R() 305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 319 ReturnDesc->Integer.Value = Index; in AcpiExOpcode_6A_0T_1R()
|
H A D | excreate.c | 260 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex() 419 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor() 420 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor() 421 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor() 471 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource() 472 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource() 534 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | load-stmts.cpp | 36 typedef int Integer; in test_exprs() typedef 37 Integer *int_ptr; in test_exprs() 38 int_ptr->Integer::~Integer(); in test_exprs() 81 typedef int Integer; in test_more_exprs() typedef 82 (void)Integer(i); in test_more_exprs() 83 (Integer)i; in test_more_exprs() 84 Integer(); in test_more_exprs()
|
H A D | print-display-names.cpp | 4 typedef int Integer; typedef 6 template class ClassTmpl<Integer, Integer>; 8 void f(ClassTmpl<float, Integer> p);
|
H A D | cxx11-lambdas.cpp | 3 typedef int Integer; typedef 7 auto lambda = [&localA, localB] (Integer x) -> Integer { in f()
|
/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | test.gen | 7 UNIV PRIM Integer 1 01 11 UNIV PRIM Integer 1 01 12 UNIV PRIM Integer 1 01 14 UNIV PRIM Integer 1 01
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | enum-fixed-type.m | 7 typedef long Integer; typedef 9 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum 19 enum Other : Integer field2; 20 enum Other : Integer field3 : 4; 21 enum : Integer { Blah, Blarg } field4 : 4; 39 typedef enum : Integer { BaseElem } BaseEnum; enum
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA8.td | 95 // Integer multiply pipeline 106 // Integer load pipeline 185 // Integer store pipeline 253 // FP Special Register to Integer Register File Move 285 // Single-Precision FP to Integer Convert 289 // Double-Precision FP to Integer Convert 294 // Integer to Single-Precision FP Convert 298 // Integer to Double-Precision FP Convert 360 // Integer to Single-precision Move 365 // Integer to Double-precision Move [all …]
|
H A D | ARMScheduleV6.td | 88 // Integer multiply pipeline 97 // Integer load pipeline 150 // Integer store pipeline 195 // FP Special Register to Integer Register File Move 216 // Single-Precision FP to Integer Convert 219 // Double-Precision FP to Integer Convert 222 // Integer to Single-Precision FP Convert 225 // Integer to Double-Precision FP Convert 264 // Integer to Single-precision Move 267 // Integer to Double-precision Move [all …]
|
H A D | ARMScheduleSwift.td | 193 // Integer multiply pipeline 223 // Integer divide 229 // Integer load pipeline 368 // Integer store pipeline 488 // FP Special Register to Integer Register File Move 540 // Single-Precision FP to Integer Convert 545 // Double-Precision FP to Integer Convert 550 // Integer to Single-Precision FP Convert 555 // Integer to Double-Precision FP Convert 625 // Integer to Single-precision Move [all …]
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | TemplateBase.h | 111 struct I Integer; member 149 Integer = Other.Integer; in TemplateArgument() 150 Integer.Type = Type.getAsOpaquePtr(); in TemplateArgument() 287 if (Integer.BitWidth <= 64) in getAsIntegral() 288 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned); in getAsIntegral() 290 unsigned NumWords = APInt::getNumWords(Integer.BitWidth); in getAsIntegral() 291 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)), in getAsIntegral() 292 Integer.IsUnsigned); in getAsIntegral() 298 return QualType::getFromOpaquePtr(Integer.Type); in getIntegralType() 303 Integer.Type = T.getAsOpaquePtr(); in setIntegralType()
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | uthex.c | 75 UINT64 Integer, in AcpiUtHexToAsciiChar() argument 79 return (AcpiGbl_HexToAscii[(Integer >> Position) & 0xF]); in AcpiUtHexToAsciiChar()
|
/minix3/external/bsd/llvm/dist/clang/test/ASTMerge/Inputs/ |
H A D | class-template2.cpp | 22 typedef int Integer; typedef 23 extern X0<Integer> *x0i;
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | chain-cxx.cpp | 56 typedef int Integer; typedef 112 typedef int Integer; typedef 139 Integer i = 17; in test()
|
/minix3/minix/drivers/power/acpi/namespace/ |
H A D | nsrepair2.c | 520 if ((UINT32) ObjDesc->Integer.Value == 0) in AcpiNsRepair_CST() 542 ObjDesc->Integer.Value = OuterElementCount; in AcpiNsRepair_CST() 779 if ((UINT32) ObjDesc->Integer.Value > PreviousValue) in AcpiNsRepair_PSS() 786 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsRepair_PSS() 940 (ObjDesc->Integer.Value < PreviousValue)) || in AcpiNsCheckSortedList() 942 (ObjDesc->Integer.Value > PreviousValue))) in AcpiNsCheckSortedList() 955 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsCheckSortedList() 1005 (ObjDesc1->Integer.Value > ObjDesc2->Integer.Value)) || in AcpiNsSortList() 1008 (ObjDesc1->Integer.Value < ObjDesc2->Integer.Value))) in AcpiNsSortList()
|
/minix3/common/dist/zlib/old/ |
H A D | visual-basic.txt | 34 As Long) As Integer 37 lcompr As Long) As Integer 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 42 As Integer 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 45 As Integer 47 Long) As Integer 51 String, ByVal buflen As Long) As Integer 88 ByVal level As Integer) As Long 94 strargCprFilPth As String, Optional ByVal intLvl As Integer = 9)
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/ |
H A D | module_private_left.h | 24 typedef __module_private__ int Integer; typedef 25 typedef __module_private__ int Integer; typedef
|
/minix3/minix/drivers/power/acpi/dispatcher/ |
H A D | dsobject.c | 315 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj() 716 ObjDesc->Integer.Value = 0; in AcpiDsInitObjectFromOp() 721 ObjDesc->Integer.Value = 1; in AcpiDsInitObjectFromOp() 726 ObjDesc->Integer.Value = ACPI_UINT64_MAX; in AcpiDsInitObjectFromOp() 737 ObjDesc->Integer.Value = ACPI_CA_VERSION; in AcpiDsInitObjectFromOp() 751 ObjDesc->Integer.Value = Op->Common.Value.Integer; in AcpiDsInitObjectFromOp() 760 ACPI_FORMAT_UINT64 (Op->Common.Value.Integer), in AcpiDsInitObjectFromOp() 761 (UINT32) ObjDesc->Integer.Value)); in AcpiDsInitObjectFromOp()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | encode-test-4.m | 2 typedef long Integer; typedef 3 typedef enum : Integer { Red, Green, Blue} Color; enum
|