Searched defs:isIn (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ | ||
H A D | declaration.h | 156 bool isIn() { return (storage_class & STCin) != 0; } in isIn() function |
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ | ||
H A D | declaration.h | 149 bool isIn() const { return (storage_class & STCin) != 0; } in isIn() function |
H A D | declaration.d | 519 final bool isIn() const pure nothrow @nogc @safe in isIn() function |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ | ||
H A D | DataFlowSanitizer.cpp | 288 bool isIn(const Function &F, StringRef Category) const { in isIn() function in __anond47758270111::DFSanABIList |