Searched refs:FlagValue (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 340 auto FlagValue = [](unsigned V) { return V ? '1' : '0'; }; 341 char FlagRep[] = {FlagValue(F.ReadNone), FlagValue(F.ReadOnly), 342 FlagValue(F.NoRecurse), FlagValue(F.ReturnDoesNotAlias), 343 FlagValue(F.NoInline), FlagValue(F.AlwaysInline), 0};
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | flag.h | 356 struct FlagValue; 359 struct FlagValue<T, FlagValueStorageKind::kValueAndInitBit> : FlagOneWordValue { struct in absl::flags_internal::FlagHelpKind::FlagDefaultKind 360 constexpr FlagValue() : FlagOneWordValue(0) {} in FlagValue() function 372 struct FlagValue<T, FlagValueStorageKind::kOneWordAtomic> : FlagOneWordValue { struct in absl::flags_internal::FlagHelpKind::FlagDefaultKind 373 constexpr FlagValue() : FlagOneWordValue(UninitializedFlagValue()) {} in FlagValue() function 385 struct FlagValue<T, FlagValueStorageKind::kSequenceLocked> { struct in absl::flags_internal::FlagHelpKind::FlagDefaultKind 398 struct FlagValue<T, FlagValueStorageKind::kAlignedBuffer> { struct in absl::flags_internal::FlagHelpKind::FlagDefaultKind 690 FlagValue<T> value_; 756 // Round sizeof(FlagImp) to a multiple of alignof(FlagValue<T>) to get the in FlagOps() 758 ptrdiff_t round_to = alignof(FlagValue< in FlagOps() [all...] |
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerDriver.cpp | 105 static const char *FlagValue(const char *Param, const char *Name) { in FlagValue() function 139 if (FlagValue(Param + 1, FlagDescriptions[F].Name)) in ParseOneFlag() 145 const char *Str = FlagValue(Param, Name); in ParseOneFlag() 226 if (FlagValue(S.c_str(), X1) || FlagValue(S.c_str(), X2)) in CloneArgsWithoutX()
|
/third_party/node/deps/v8/src/flags/ |
H A D | flags.cc | 447 struct FlagValue { struct 448 explicit FlagValue(const Flag& flag) : flag(flag) {} in FlagValue() function 452 std::ostream& operator<<(std::ostream& os, const FlagValue& flag_value) { in operator <<() 491 os << "--" << FlagName(flag) << "=" << FlagValue(flag); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCompileServer.cpp | 147 bool FlagValue; member 165 Str << Prefix[A.FlagValue] << "_" << A.FlagName << "\n"; in dumpBuildAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 898 uint8_t FlagValue = P.second; in NormalizedOther() local 899 if ((*Original & FlagValue) != FlagValue) in NormalizedOther() 901 *Original &= ~FlagValue; in NormalizedOther()
|
Completed in 8 milliseconds