Searched refs:isIn (Results 1 - 4 of 4) sorted by relevance

/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
289 return isIn(*F.getParent(), Category) ||
297 bool isIn(const GlobalAlias &GA, StringRef Category) const { function in class:__anon2880::DFSanABIList
298 if (isIn(*GA.getParent(), Category))
310 bool isIn(const Module &M, StringRef Category) const { function in class:__anon2880::DFSanABIList
1169 return !ABIList.isIn(*F, "uninstrumented");
1173 return !ABIList.isIn(*GA, "uninstrumented");
1181 if (ABIList.isIn(*F, "functional"))
1183 if (ABIList.isIn(*F, "discard"))
1185 if (ABIList.isIn(*
[all...]
/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
H A Ddeclaration.d519 final bool isIn() const pure nothrow @nogc @safe

Completed in 208 milliseconds