Home
last modified time | relevance | path

Searched refs:isIn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp328 bool isIn(const Function &F, StringRef Category) const { in isIn() function in __anon5712215c0211::DFSanABIList
329 return isIn(*F.getParent(), Category) || in isIn()
337 bool isIn(const GlobalAlias &GA, StringRef Category) const { in isIn() function in __anon5712215c0211::DFSanABIList
338 if (isIn(*GA.getParent(), Category)) in isIn()
350 bool isIn(const Module &M, StringRef Category) const { in isIn() function in __anon5712215c0211::DFSanABIList
1238 return !ABIList.isIn(*F, "uninstrumented"); in isInstrumented()
1242 return !ABIList.isIn(*GA, "uninstrumented"); in isInstrumented()
1246 return ABIList.isIn(*F, "force_zero_labels"); in isForceZeroLabels()
1250 if (ABIList.isIn(*F, "functional")) in getWrapperKind()
1252 if (ABIList.isIn(*F, "discard")) in getWrapperKind()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp166 if ((PA->isIn() && Spelling == HLSLParamModifierAttr::Keyword_out) || in mergeParamModifierAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4618 let Accessors = [Accessor<"isIn", [CustomKeyword<"in">]>,