Searched refs:WarnPointersAsValues (Results 1 – 3 of 3) sorted by relevance
42 WarnPointersAsValues(Options.get("WarnPointersAsValues", false)), in ConstCorrectnessCheck()57 Options.store(Opts, "WarnPointersAsValues", WarnPointersAsValues); in storeOptions()147 !WarnPointersAsValues) in check()150 if (VC == VariableCategory::Pointer && !WarnPointersAsValues) in check()194 if (WarnPointersAsValues && TransformPointersAsValues) { in check()
46 const bool WarnPointersAsValues; variable
111 .. option:: WarnPointersAsValues (default = false)171 Requires 'WarnPointersAsValues' to be 'true'.