Searched refs:IsBypassed (Results 1 – 4 of 4) sorted by relevance
76 if (InRealtimeContext() && !IsBypassed()) { in ExpectNotRealtime()86 bool __rtsan::Context::IsBypassed() const { return bypass_depth > 0; } in IsBypassed() function in __rtsan::Context
29 bool IsBypassed() const;
57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
1592 if (!Bypasses.IsBypassed(&D) && in EmitAutoVarAlloca()