Home
last modified time | relevance | path

Searched defs:BLE (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp315 operator <<(raw_ostream & OS,const binary_le_impl<value_type> & BLE) operator <<() argument
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h463 constexpr bool BLE(const Integer &y) const { return !BGT(y); } BLE() function
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1365 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) getMutexIDs() local
1387 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { getStaticBooleanValue() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1639 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr * BLE) VisitCXXBoolLiteralExpr() argument