Searched refs:Valid (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/sys/contrib/dev/acpica/namespace/
H A Dnsxfname.c117 * Valid cases are:
311 UINT8 Valid = 0; local
362 * not be present for this device. The Info->Valid bitfield is used
372 Valid |= ACPI_VALID_HID;
381 Valid |= ACPI_VALID_UID;
392 Valid |= ACPI_VALID_CID;
417 * not be present for this device. The Info->Valid bitfield is used
426 Valid |= ACPI_VALID_STA;
435 Valid |= ACPI_VALID_ADR;
445 Valid |
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp21 StringRef NamedImmMapper::toString(uint32_t Value, bool &Valid) const {
24 Valid = true;
29 Valid = false;
33 uint32_t NamedImmMapper::fromString(StringRef Name, bool &Valid) const {
37 Valid = true;
42 Valid = false;
757 A64SysReg::SysRegMapper::fromString(StringRef Name, bool &Valid) const {
762 Valid = true;
771 Valid = true;
782 Valid
[all...]
H A DAArch64BaseInfo.h128 StringRef toString(uint32_t Value, bool &Valid) const;
129 uint32_t fromString(StringRef Name, bool &Valid) const;
977 uint32_t fromString(StringRef Name, bool &Valid) const;
978 std::string toString(uint32_t Bits, bool &Valid) const;
991 uint32_t ParseGenericRegister(StringRef Name, bool &Valid);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp135 bool Valid = true; local
143 Valid = false;
151 Valid = false;
157 Valid = false;
163 Valid = false;
166 assert(Valid && "Invalid use list");
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Dasltypes.h229 BOOLEAN Valid; member in struct:asl_event_info
H A Daslcompile.c698 if (!Event->Valid)
H A Daslutils.c216 AslGbl_Events[AslGbl_NextEvent].Valid = TRUE;
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp155 : Valid(false), Instructions(1, P) {
161 return Valid;
165 assert(Valid && "Using invalid reduction");
170 assert(Valid && "Using invalid reduction");
175 assert(Valid && "Using invalid reduction");
183 assert(Valid && "Using invalid reduction");
191 assert(Valid && "Using invalid reduction");
196 assert(Valid && "Using invalid reduction");
204 bool Valid; member in struct:__anon2645::LoopReroll::SimpleLoopReduction
403 assert(!Valid
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTriple.cpp396 bool Valid = false; local
402 Valid = Arch != UnknownArch;
406 Valid = Vendor != UnknownVendor;
410 Valid = OS != UnknownOS;
414 Valid = Environment != UnknownEnvironment;
417 if (!Valid)
H A DYAMLParser.cpp1702 StringRef Valid(UnquotedValue.begin(), i);
1703 Storage.insert(Storage.end(), Valid.begin(), Valid.end());
1725 StringRef Valid(UnquotedValue.begin(), i);
1726 Storage.insert(Storage.end(), Valid.begin(), Valid.end());
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbnames.c867 if (Info->Valid & ACPI_VALID_ADR)
876 if (Info->Valid & ACPI_VALID_HID)
885 if (Info->Valid & ACPI_VALID_UID)
894 if (Info->Valid & ACPI_VALID_CID)
H A Ddbdisply.c685 if (Info->Valid & ACPI_VALID_HID)
689 if (Info->Valid & ACPI_VALID_UID)
693 if (Info->Valid & ACPI_VALID_CID)
/freebsd-9.3-release/sys/sys/
H A Daac_ioctl.h181 u_int32_t Valid; member in struct:aac_query_disk
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp727 // Valid shift amount is 0, 8, 16 and 24.
738 // Valid shift amount is 0 and 8.
749 // Valid shift amount is 8 and 16.
1051 bool Valid; local
1053 uint32_t Bits = A64SysReg::MRSMapper().fromString(Name, Valid);
1061 bool Valid; local
1063 uint32_t Bits = A64SysReg::MSRMapper().fromString(Name, Valid);
1071 bool Valid; local
1073 uint32_t Bits = A64PState::PStateMapper().fromString(Name, Valid);
1137 bool Valid local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h384 bool Valid; member in class:llvm::cl::OptionValueCopy
386 OptionValueCopy() : Valid(false) {}
388 bool hasValue() const { return Valid; }
391 assert(Valid && "invalid option value");
395 void setValue(const DataType &V) { Valid = true; Value = V; }
398 return Valid && (Value != V);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp72 BlockNumbering(BasicBlock *Bb) : BB(Bb), Valid(false) {}
74 BlockNumbering() : BB(0), Valid(false) {}
86 Valid = true;
91 if (!Valid)
98 if (!Valid)
104 void forget() { Valid = false; }
110 bool Valid; member in struct:__anon2724::BlockNumbering
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi.c876 (adinfo->Valid & ACPI_VALID_HID) ?
878 (adinfo->Valid & ACPI_VALID_UID) ?
1486 pnpid = (devinfo->Valid & ACPI_VALID_HID) != 0 &&
1512 if ((devinfo->Valid & ACPI_VALID_CID) == 0) {
2066 present = (devinfo->Valid & ACPI_VALID_STA) == 0 ||
2088 present = (devinfo->Valid & ACPI_VALID_STA) == 0 ||
2109 if ((devinfo->Valid & ACPI_VALID_HID) != 0)
2111 else if ((devinfo->Valid & ACPI_VALID_CID) != 0)
2134 if ((devinfo->Valid & ACPI_VALID_HID) != 0 &&
2137 else if ((devinfo->Valid
[all...]
/freebsd-9.3-release/sys/dev/mpt/mpilib/
H A Dmpi_targ.h524 U8 Valid; /* 02h */ member in struct:_MPI_TARGET_SCSI_SPI_STATUS_IU
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks190 * Valid email address
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dactypes.h1102 UINT8 Valid; /* Indicates which optional fields are valid */ member in struct:acpi_device_info
1118 /* Flags for Valid field above (AcpiGetObjectInfo) */
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1480 void PrintAPSInt(llvm::APSInt Val, Expr *E, bool Valid) { argument
1482 if (Valid) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2585 llvm::Value *Valid = Builder.CreateICmpULE(RHS, WidthMinusOne); local
2591 Builder.CreateCondBr(Valid, CheckBitsShifted, Cont);
2612 llvm::PHINode *P = Builder.CreatePHI(Valid->getType(), 2);
2613 P->addIncoming(Valid, Orig);
2615 Valid = P;
2618 EmitBinOpCheck(Valid, Ops);
/freebsd-9.3-release/sys/dev/arcmsr/
H A Darcmsr.h1214 u_int8_t Valid:1; member in struct:SENSE_DATA
1435 ** Valid cache line sizes are 8 and 16 dwords.
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3661 bool Valid;
3665 Valid = LHS->getType()->isIntOrIntVectorTy() ||
3668 case 1: Valid = LHS->getType()->isIntOrIntVectorTy(); break;
3669 case 2: Valid = LHS->getType()->isFPOrFPVectorTy(); break;
3672 if (!Valid)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10833 bool Valid = false; local
10855 Valid = true;
10871 Valid = true;
10894 Valid = true;
10913 Valid = true;
10929 Valid = true;
10934 if (!Valid) {
12421 llvm::SmallSet<CXXConstructorDecl*, 4> &Valid,
12448 Target->isInvalidDecl() || Valid.count(TCanonical)) {
12449 Valid
12420 DelegatingCycleHelper(CXXConstructorDecl* Ctor, llvm::SmallSet<CXXConstructorDecl*, 4> &Valid, llvm::SmallSet<CXXConstructorDecl*, 4> &Invalid, llvm::SmallSet<CXXConstructorDecl*, 4> &Current, Sema &S) argument
12485 llvm::SmallSet<CXXConstructorDecl*, 4> Valid, Invalid, Current; local
[all...]

Completed in 426 milliseconds

12