Home
last modified time | relevance | path

Searched refs:parent2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dforkpty.cpp25 int parent2; in main() local
26 forkpty(&parent2, NULL, NULL, NULL); in main()
27 assert(__msan_test_shadow(&parent2, sizeof(parent2)) == -1); in main()
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Dnonnull.ll359 define void @parent2(i8* %a, i8* %b, i8* %c) {
360 ; FNATTR-LABEL: @parent2(i8* nonnull %a, i8* nonnull %b, i8* nonnull %c)
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dnonnull.ll790 define void @parent2(i8* %a, i8* %b, i8* %c) {
791 ; CHECK-LABEL: define {{[^@]+}}@parent2