Home
last modified time | relevance | path

Searched refs:doIt (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-length.cpp14 void doIt();
28 doIt(); in tooShortVariableNames()
32 doIt(); in tooShortVariableNames()
36 doIt(); in tooShortVariableNames()
46 doIt(); in longEnoughVariableNames()
50 doIt(); in longEnoughVariableNames()
54 doIt(); in longEnoughVariableNames()
57 doIt(); in longEnoughVariableNames()
59 doIt(); in longEnoughVariableNames()
/llvm-project-15.0.7/clang/test/Misc/
H A Dbackend-stack-frame-diagnostics.cpp23 extern void doIt(char *);
31 doIt(buffer); in frameSizeWarning()
42 doIt(buffer); in frameSizeWarningIgnored()
50 doIt(buffer); in frameSizeLocalClassWarning()
60 doIt(buffer); in frameSizeLambdaWarning()
69 doIt(buffer); in frameSizeBlocksWarning()
H A Dbackend-stack-frame-diagnostics-attributes.cpp10 extern void doIt(char *);
19 doIt(buffer); in frameSizeAttr()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfor-range-unused.cpp7 void doIt() { in doIt() function
20 vector.doIt(); // expected-note {{here}} in main()
/llvm-project-15.0.7/clang/test/Frontend/
H A Dbackend-diagnostic.c16 extern void doIt(char *);
23 doIt(buffer); in stackSizeWarning()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dno-crash-thread-safety-analysis.mm8 - (void)doIt:(class Lock *)myLock;
12 - (void)doIt:(class Lock *)myLock {
/llvm-project-15.0.7/clang/test/Index/Core/
H A Dindex-subkinds.m50 // CHECK: [[@LINE+1]]:12 | instance-method(IB)/ObjC | doIt | c:objc(cs)IBCls(im)doIt | -[IBCls doIt
51 -(IBAction)doIt; method
/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dextern_template1.cpp7 TO.doIt(20); in foo()
H A Dextern_template2.cpp7 TO.doIt(5); in bar()
H A Dextern_template.h3 void doIt(int N) { // CHECK: [[@LINE]]| 2| void doIt in doIt() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp82 template <typename T> void doIt() { in doIt() function
92 doIt<int>(); in call()
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dcoro-async-phi.ll102 …_suspend_dispatch_2, i8* bitcast (void (%swift.context*, %swift.error*)* @doIt to i8*), %swift.con…
170 declare swifttailcc void @doIt(%swift.context* swiftasync %arg1, %swift.error* swiftself %arg2)