Home
last modified time | relevance | path

Searched defs:IsBuiltin (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dtype.go49 func (f exprFlags) IsBuiltin() bool { return f&4 != 0 } // a language builtin that resembles … func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dapi.go394 func (tv TypeAndValue) IsBuiltin() bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dapi.go397 func (tv TypeAndValue) IsBuiltin() bool { func
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp2277 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType() local