Searched refs:boolValue (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | number-object-conversion.m | 13 …er *' to a primitive boolean value; instead, either compare the pointer to nil or call -boolValue}} 14 …er *' to a primitive boolean value; instead, either compare the pointer to nil or call -boolValue}} 23 … a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -boolValue?}} 26 …'NSNumber *' to a primitive BOOL value; did you mean to compare the result of calling -boolValue?}} 27 … a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -boolValue?}} 28 … a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -boolValue?}} 33 … a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -boolValue?}} 41 …garedNumber' to a primitive BOOL value; did you mean to compare the result of calling -boolValue?}} 64 if ([p boolValue] == NO) {} // no-warning 65 if ([p boolValue] == YES) {} // no-warning [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigYAML.cpp | 188 if (auto StandardLibrary = boolValue(N, "StandardLibrary")) in parse() 218 if (auto AllScopes = boolValue(N, "AllScopes")) in parse() 227 if (auto ShowAKA = boolValue(N, "ShowAKA")) in parse() 236 if (auto Value = boolValue(N, "Enabled")) in parse() 240 if (auto Value = boolValue(N, "ParameterNames")) in parse() 244 if (auto Value = boolValue(N, "DeducedTypes")) in parse() 248 if (auto Value = boolValue(N, "Designators")) in parse() 363 llvm::Optional<Located<bool>> boolValue(Node &N, llvm::StringRef Desc) { in boolValue() function in clang::clangd::config::__anon32148bf40111::Parser
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 86 - (BOOL)boolValue;
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Reduction.cpp | 450 bool boolValue{false}; in TEST() local 452 target.Establish(TypeCategory::Logical, 1, static_cast<void *>(&boolValue), 0, in TEST() 464 boolValue = true; in TEST()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 566 auto boolValue = builder.create<fir::LoadOp>(loc, boolAddr); in boolRefToLogical() local 570 auto logicalValue = builder.createConvert(loc, logicalType, boolValue); in boolRefToLogical() 1229 auto boolValue = [&](bool specifierIsPresent) { in genConditionHandlerCall() local 1234 boolValue(csi.ioStatExpr != nullptr), in genConditionHandlerCall() 1235 boolValue(csi.hasErr), in genConditionHandlerCall() 1236 boolValue(csi.hasEnd), in genConditionHandlerCall() 1237 boolValue(csi.hasEor), in genConditionHandlerCall() 1238 boolValue(csi.ioMsg.has_value())}; in genConditionHandlerCall()
|