Lines Matching defs:static
614 in an additional LLVM target or other library into an application, but static
1072 static constexpr bool VarTempl = true;
1103 be `static`_) that uses `early exits`_:
1108 static bool containsFoo(const std::vector<Bar*> &List) {
1431 because many common implementations transparently inject a `static constructor`_
1590 to C++ as "static" is to C functions and global variables. While "``static``"
1597 static, but seeing if it is in an anonymous namespace requires scanning a big
1614 static void runHelper() {
1640 contrast, when the function is marked static, you don't need to cross-reference