Home
last modified time | relevance | path

Searched defs:IsDeclaration (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslopt.c212 UINT8 IsDeclaration, in OptBuildShortestPath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h615 bool IsDeclaration = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func