Searched defs:isIn (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h156 bool isIn() { return (storage_class & STCin) != 0; } function in class:Declaration
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h149 bool isIn() const { return (storage_class & STCin) != 0; } function in class:Declaration
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp288 bool isIn(const Function &F, StringRef Category) const { function in class:__anon2880::DFSanABIList
297 bool isIn(const GlobalAlias &GA, StringRef Category) const { function in class:__anon2880::DFSanABIList
310 bool isIn(const Module &M, StringRef Category) const { function in class:__anon2880::DFSanABIList
[all...]

Completed in 208 milliseconds