Home
last modified time | relevance | path

Searched defs:O3 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp22 const OptimizationLevel OptimizationLevel::O3 = { member in OptimizationLevel
/llvm-project/clang/test/CXX/drs/
H A Dcwg28xx.cpp173 template <typename Ts> struct O3 : private Ts { // expected-note {{declared private here}} global() struct
175 O3cwg2881::O3 O3() argument
/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h89 static const OptimizationLevel O3; variable
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1257 bool O1, O2, O3, O4; smul_fast() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp1299 auto O3 = N3("N3-1"); in main() local