Home
last modified time | relevance | path

Searched defs:USE (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Ddllimport.c11 #define USE(func) void JOIN(use, __LINE__)(void) { func(); } macro
89 USE(inlineFunc) in USE() function
126 USE(redecl4) in USE() function
/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp30 #define USE(func) void UNIQ(use)() { func(); } macro
220 USE(externC) in USE() function
244 USE(inlineDef) in USE() function
250 USE(noinline) in USE() function
344 USE(ReferencingNonImportedVar) in USE() function
377 USE(ReferencingDtorThroughDefinition) in USE() function
380 USE(ReferencingDtorThroughTemporary) in USE() function
389 USE(FunctionWithNormalVar) in USE() function
393 USE(ReferencingNonImportedFuncAlwaysInline) in USE() function
407 USE(funcTmplDecl<ImplicitInst_Imported>) in USE() function
[all …]
H A Ddllstorage-visibility.cpp14 #define USE(func) void CONCAT(use, __LINE__)() { func(); } macro
35 USE(exported_inline) in USE() function
H A Ddllimport-members.cpp20 #define USE(func) void UNIQ(use)() { func(); } macro
727 USE(MemFunTmpl::importedStatic<ExplicitSpec_Imported>) in USE() function
738 USE(MemFunTmpl::importedStatic<ExplicitSpec_InlineDef_Imported>) in USE() function
812 USE(MemFunTmpl::staticDef<ExplicitSpec_Imported>) in USE() function
H A Ddllexport.cpp26 #define USE(func) void UNIQ(use)() { func(); } macro
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dextern_template2.cpp1 #define USE macro
H A Dextern_template1.cpp1 #define USE macro
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dstack-uar.c16 void USE(void *x) { // pretend_to_do_something(void *x) in USE() function
H A Dstack-uas.c27 void USE(void *x) { // pretend_to_do_something(void *x) in USE() function
H A Dstack-history-length.c18 void USE(void *x) { // pretend_to_do_something(void *x) in USE() function
H A Ddeep-recursion.c26 void USE(void *x) { // pretend_to_do_something(void *x) in USE() function
H A Drich-stack.c8 void USE(void *x) { // pretend_to_do_something(void *x) in USE() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h449 if (const UnarySymExpr *USE = dyn_cast<UnarySymExpr>(Sym)) { in getSymExpr() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1228 RangeSet VisitUnarySymExpr(const UnarySymExpr *USE) { in VisitUnarySymExpr() argument
1456 getRangeForNegatedUnarySym(const UnarySymExpr * USE) getRangeForNegatedUnarySym() argument