Searched refs:isIn (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 328 bool isIn(const Function &F, StringRef Category) const { in isIn() function in __anonf4f619120211::DFSanABIList 329 return isIn(*F.getParent(), Category) || in isIn() 338 if (isIn(*GA.getParent(), Category)) in isIn() 350 bool isIn(const Module &M, StringRef Category) const { in isIn() function in __anonf4f619120211::DFSanABIList 1234 return !ABIList.isIn(*F, "uninstrumented"); in isInstrumented() 1238 return !ABIList.isIn(*GA, "uninstrumented"); in isInstrumented() 1242 return ABIList.isIn(*F, "force_zero_labels"); in isForceZeroLabels() 1246 if (ABIList.isIn(*F, "functional")) in getWrapperKind() 1248 if (ABIList.isIn(*F, "discard")) in getWrapperKind() 1250 if (ABIList.isIn(*F, "custom")) in getWrapperKind() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4373 let Accessors = [Accessor<"isIn", [CustomKeyword<"in">]>,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 7356 if ((PA->isIn() && Spelling == HLSLParamModifierAttr::Keyword_out) || in mergeHLSLParamModifierAttr()
|