Searched defs:on (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | fp-floatcontrol-class.cpp | 12 ON on; variable
|
H A D | fp-floatcontrol-stack.cpp | 247 ON on; variable [all...] |
/llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/ |
H A D | test.cpp | 4 bool on = false; variable
|
/llvm-project/lldb/examples/python/ |
H A D | gdbremote.py | 55 def bold(self, on=True): argument 64 def italics(self, on=True): argument 73 def underline(self, on=True): argument 82 def inverse(self, on=True): argument 91 def strike(self, on=True): argument
|
H A D | mach_o.py | 225 def bold(self, on=True): argument 234 def italics(self, on=True): argument 243 def underline(self, on=True): argument 252 def inverse(self, on=True): argument 261 def strike(self, on=True): argument
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 285 SetRunningUserExpression(bool on) SetRunningUserExpression() argument 292 SetRunningUtilityFunction(bool on) SetRunningUtilityFunction() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 1514 SetRunningUserExpression(bool on) SetRunningUserExpression() argument 1518 SetRunningUtilityFunction(bool on) SetRunningUtilityFunction() argument [all...] |
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 3697 AST_MATCHER_P(CXXMemberCallExpr,on,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument [all...] |
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 739 #define __sanitizer_syscall_pre_ioperm(from, num, on) \ argument 741 #define __sanitizer_syscall_post_ioperm(res, from, num, on) \ argument
|