Home
last modified time | relevance | path

Searched refs:IsBypassed (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/rtsan/
HDrtsan_context.cpp76 if (InRealtimeContext() && !IsBypassed()) { in ExpectNotRealtime()
86 bool __rtsan::Context::IsBypassed() const { return bypass_depth > 0; } in IsBypassed() function in __rtsan::Context
HDrtsan_context.h29 bool IsBypassed() const;
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
HDCGDecl.cpp1592 if (!Bypasses.IsBypassed(&D) && in EmitAutoVarAlloca()