Home
last modified time | relevance | path

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

/llvm-project/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/clang/test/Parser/
H A Dfp-floatcontrol-syntax.cpp3 float function_scope(float a) { in function_scope() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2350 IRPosition::function_scope(IRP),
3838 A, this, IRPosition::function_scope(getIRPosition()), in mayAliasWithArgument()
8163 const IRPosition &FnPos = IRPosition::function_scope(IRP); in updateImpl()
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h682 function_scope(const IRPosition &IRP,