Searched defs:Valid (Results 1 - 15 of 15) sorted by relevance

/external/gptfdisk/
H A Dparttypes.cc418 int PartType::Valid(uint16_t code) const { function in class:PartType
429 } // PartType::Valid()
/external/skia/src/image/
H A DSkSurface_Raster.cpp18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
40 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { function in class:SkSurface_Raster
152 if (!SkSurface_Raster::Valid(info, rb)) {
168 if (!SkSurface_Raster::Valid(info)) {
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp123 bool Valid = true; local
131 Valid = false;
140 Valid = false;
146 Valid = false;
152 Valid = false;
155 assert(Valid && "Invalid use list");
H A DTargetInstrInfo.cpp425 bool Valid = local
427 if (!Valid)
/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h145 return origin.Valid();
231 Valid () function in struct:lldb_private::ClangASTImporter::DeclOrigin
/external/llvm/lib/Support/
H A DTriple.cpp579 bool Valid = false; local
585 Valid = Arch != UnknownArch;
589 Valid = Vendor != UnknownVendor;
595 Valid = OS != UnknownOS || IsCygwin || IsMinGW32;
599 Valid = Environment != UnknownEnvironment;
600 if (!Valid) {
602 Valid = ObjectFormat != UnknownObjectFormat;
606 if (!Valid)
/external/aac/libAACdec/src/
H A Dchannelinfo.h159 UCHAR Valid; member in struct:__anon35
378 return pIcsInfo->Valid;
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1103 bool Valid; local
1105 AArch64PRFM::PRFMMapper().toString(prfop, STI.getFeatureBits(), Valid);
1106 if (Valid)
1286 bool Valid; local
1290 Valid);
1293 Valid);
1294 if (Valid)
1327 bool Valid; local
1329 AArch64PState::PStateMapper().toString(Val, STI.getFeatureBits(), Valid);
1330 if (Valid)
[all...]
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp1136 bool Valid = true; local
1156 Valid = false;
1193 Valid = false;
1199 dbgs() << "MERGEFUNC-SANITY: " << (Valid ? "Passed." : "Failed.") << "\n";
1200 return Valid;
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp174 : Valid(false), Instructions(1, P) {
180 return Valid;
184 assert(Valid && "Using invalid reduction");
189 assert(Valid && "Using invalid reduction");
194 assert(Valid && "Using invalid reduction");
202 assert(Valid && "Using invalid reduction");
210 assert(Valid && "Using invalid reduction");
215 assert(Valid && "Using invalid reduction");
223 bool Valid; member in struct:__anon11032::LoopReroll::SimpleLoopReduction
504 assert(!Valid
[all...]
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1639 void PrintAPSInt(llvm::APSInt Val, Expr *E, bool Valid) { argument
1641 if (Valid) {
/external/llvm/include/llvm/Support/
H A DCommandLine.h396 bool Valid; member in class:llvm::cl::OptionValueCopy
404 OptionValueCopy() : Valid(false) {}
406 bool hasValue() const { return Valid; }
409 assert(Valid && "invalid option value");
414 Valid = true;
418 bool compare(const DataType &V) const { return Valid && (Value != V); }
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2787 llvm::Value *Valid = local
2789 EmitBinOpCheck(std::make_pair(Valid, SanitizerKind::ShiftExponent), Ops);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1973 bool Valid; local
1976 Mapper.toString(MCE->getValue(), STI.getFeatureBits(), Valid);
1987 bool Valid; local
1990 Mapper.fromString(Tok.getString(), STI.getFeatureBits(), Valid);
1991 if (!Valid) {
2601 bool Valid; local
2604 Mapper.toString(MCE->getValue(), STI.getFeatureBits(), Valid);
2615 bool Valid; local
2618 Mapper.fromString(Tok.getString(), STI.getFeatureBits(), Valid);
2619 if (!Valid) {
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11709 bool Valid = false; local
11731 Valid = true;
11747 Valid = true;
11770 Valid = true;
11789 Valid = true;
11805 Valid = true;
11810 if (!Valid) {
13354 llvm::SmallSet<CXXConstructorDecl*, 4> &Valid,
13381 Target->isInvalidDecl() || Valid.count(TCanonical)) {
13382 Valid
13353 DelegatingCycleHelper(CXXConstructorDecl* Ctor, llvm::SmallSet<CXXConstructorDecl*, 4> &Valid, llvm::SmallSet<CXXConstructorDecl*, 4> &Invalid, llvm::SmallSet<CXXConstructorDecl*, 4> &Current, Sema &S) argument
13418 llvm::SmallSet<CXXConstructorDecl*, 4> Valid, Invalid, Current; local
[all...]

Completed in 614 milliseconds