Home
last modified time | relevance | path

Searched defs:WasInlined (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp142 bool WasInlined; member
171 bool WasInlined) { in runCheckersForStmt()
182 bool WasInlined; member
226 bool WasInlined) { in runCheckersForObjCMessage()
250 bool IsPreVisit, WasInlined; member
280 bool WasInlined) { in runCheckersForCallEvent()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go865 func (a *Attribute) WasInlined() bool { return a.load()&AttrWasInlined != 0 } func