Searched refs:isIn (Results 1 – 4 of 4) sorted by relevance
| /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 289 return isIn(*F.getParent(), Category) || in isIn() 297 bool isIn(const GlobalAlias &GA, StringRef Category) const { in isIn() function in __anond47758270111::DFSanABIList 298 if (isIn(*GA.getParent(), Category)) in isIn() 310 bool isIn(const Module &M, StringRef Category) const { in isIn() function in __anond47758270111::DFSanABIList 1169 return !ABIList.isIn(*F, "uninstrumented"); in isInstrumented() 1173 return !ABIList.isIn(*GA, "uninstrumented"); in isInstrumented() 1181 if (ABIList.isIn(*F, "functional")) in getWrapperKind() 1183 if (ABIList.isIn(*F, "discard")) in getWrapperKind() 1185 if (ABIList.isIn(*F, "custom")) in getWrapperKind() [all …]
|
| /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/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | declaration.h | 156 bool isIn() { return (storage_class & STCin) != 0; } in isIn() function
|