Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp315 const binary_le_impl<value_type> &BLE) { in operator <<() argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1365 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs() local
1387 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1595 VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr * BLE) VisitCXXBoolLiteralExpr() argument