Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h156 bool isIn() { return (storage_class & STCin) != 0; } in isIn() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h149 bool isIn() const { return (storage_class & STCin) != 0; } in isIn() function
H A Ddeclaration.d519 final bool isIn() const pure nothrow @nogc @safe in isIn() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp288 bool isIn(const Function &F, StringRef Category) const { in isIn() function in __anond47758270111::DFSanABIList
297 bool isIn(const GlobalAlias &GA, StringRef Category) const { in isIn() function in __anond47758270111::DFSanABIList
310 bool isIn(const Module &M, StringRef Category) const { in isIn() function in __anond47758270111::DFSanABIList