Home
last modified time | relevance | path

Searched defs:fake (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h168 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp366 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1698 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1825 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1837 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1859 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2180 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2212 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp371 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1702 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1825 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1837 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1859 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2184 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2217 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp614 namespace fake { namespace
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1100 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR()
1496 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp230 void setFake(bool fake) { Fake = fake; } in setFake()