Home
last modified time | relevance | path

Searched defs:return2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/DebugInfo/X86/
H A Dasm-macro-line-number.s13 .macro return2 arg macro
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp101 extern "C" int32_t return2() { return 2; } in return2() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnon-const-parameter.cpp123 const int *return2(int *p) { in return2() function