Home
last modified time | relevance | path

Searched refs:function_scope (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A D__try.c120 int function_scope = 0; in TEST() local
125 (void)function_scope; in TEST()
131 int function_scope = 0; in TEST() local
136 (void)function_scope; in TEST()
142 int function_scope = 0; in TEST() local
146 __except( function_scope ? 1 : -1 ) {} in TEST()
/llvm-project-15.0.7/clang/test/Parser/
H A Dfp-floatcontrol-syntax.cpp3 float function_scope(float a) { in function_scope() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2078 *this, IRPosition::function_scope(IRP), DepClassTy::OPTIONAL); in updateImpl()
3092 A.getAAFor<AANoSync>(*this, IRPosition::function_scope(getIRPosition()), in updateImpl()
7320 const IRPosition &FnPos = IRPosition::function_scope(IRP); in updateImpl()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h523 function_scope(const IRPosition &IRP,