| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve98.f90 | 5 logical flag1, flag2 variable 7 if (flag1 .neqv. flag2) continue 11 if (flag1 .ne. flag2) continue
|
| H A D | doconcurrent02.f90 | 33 integer :: i, j, n, flag, flag2 local 36 call ieee_get_flag(flag, flag2)
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | format-statement.f90 | 7 logical :: flag1, flag2, flag3 local 35 if (flag2) write(*, label) "2PI=", 2*pi 36 if (flag1 .and. flag2 .and. flag3) then
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-flag-enum.c | 13 enum __attribute__((flag_enum)) flag2 { enum 72 enum flag2 f = ~0x1; // no-warning in f()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | loop-strength-reduce-add-cheaper-than-mul.ll | 9 ; int8_t flag2[8193]; 15 ; flag2[offset] = 0; 21 ; int8_t flag2[8193]; 26 ; flag2[j] = 0;
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_flags_test.cpp | 143 const char *flag2 = ""; in TestTwoFlags() local 147 RegisterFlag(&parser, name2, kFlagDesc, &flag2); in TestTwoFlags() 152 EXPECT_EQ(0, internal_strcmp(flag2, expected_flag2)); in TestTwoFlags()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | big-atomic-ops.c | 179 volatile char flag2; variable 184 __atomic_test_and_set(&flag2, memory_order_acquire); in test_and_set() 186 __atomic_clear(&flag2, memory_order_release); in test_and_set()
|
| H A D | atomic-ops.c | 322 volatile char flag2; variable 327 __atomic_test_and_set(&flag2, memory_order_acquire); in test_and_set() 329 __atomic_clear(&flag2, memory_order_release); in test_and_set()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | track-control-dependency-conditions.cpp | 968 void bar2(int &flag2) { in bar2() argument 969 flag2 = coin(); in bar2() 978 int flag, flag2; in f() local 981 bar2(flag2); in f() 983 if (flag && flag2) // expected-note-re {{{{^}}Assuming 'flag' is 0{{$}}}} in f()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | true-false.td | 11 // CHECK: bit flag2 = 0; 16 bit flag2 = false;
|
| /llvm-project-15.0.7/clang/test/Analysis/cert/ |
| H A D | env34-c.c | 195 void getenv_test12(int flag1, int flag2) { in getenv_test12() argument 206 if (flag2) { in getenv_test12()
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-ivar-offsets/ |
| H A D | main.m | 12 mine->flag2 = 7;
|
| H A D | objc-ivar-offsets.h | 23 uint32_t flag2 : 3; variable
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | mips-abiflags.test | 302 # RUN: yaml2obj %s -DFLAG2=0x0 -o %t.flag2.empty 303 # RUN: llvm-readelf -A %t.flag2.empty | FileCheck %s --check-prefix=FLAG2-EMPTY-GNU 304 # RUN: llvm-readobj -A %t.flag2.empty | FileCheck %s --check-prefix=FLAG2-EMPTY-LLVM 309 # RUN: yaml2obj %s -DFLAG2=0xffffffff -o %t.flag2.all 310 # RUN: llvm-readelf -A %t.flag2.all | FileCheck %s --check-prefix=FLAG2-ALL-GNU 311 # RUN: llvm-readobj -A %t.flag2.all | FileCheck %s --check-prefix=FLAG2-ALL-LLVM
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVNSink/ |
| H A D | sink-common-code.ll | 431 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) { 442 br i1 %flag2, label %if.then2, label %if.end 460 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,… 474 br i1 %flag2, label %if.then2, label %if.end 609 define zeroext i1 @test_pr30244(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %n… 622 br i1 %flag2, label %if.then2, label %if.end
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | freeze-brcond.ll | 158 define void @and_bitmask2(i32 %flag, i32 %flag2) { 176 %v2 = and i32 %flag2, 2
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/ |
| H A D | sink-common-code.ll | 607 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) { 636 br i1 %flag2, label %if.then2, label %if.end 651 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,… 682 br i1 %flag2, label %if.then2, label %if.end 912 define zeroext i1 @test_pr30244(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %n… 944 br i1 %flag2, label %if.then2, label %if.end
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-captured-32bit-block-var-layout.m | 197 int flag2 :1;
|
| H A D | arc-captured-block-var-layout.m | 196 int flag2 :1;
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 89 MetaVarName<"section=flag1[,flag2,...]">;
|
| /llvm-project-15.0.7/llvm/test/Analysis/BranchProbabilityInfo/ |
| H A D | basic.ll | 163 define i32 @test_cold_call_sites_with_prof(i32 %a, i32 %b, i1 %flag, i1 %flag2) { 171 br i1 %flag2, label %then2, label %else2, !prof !3
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 439 assert !xor(flag1.Polarity, flag2.Polarity), 441 flag1.Polarity # ", flag2: " # flag2.Polarity; 442 assert !ne(flag1.Value, flag2.Value), 444 flag1.Value # ", flag2: " # flag2.Value; 445 assert !not(!and(flag1.CanBeImplied, flag2.CanBeImplied)), 447 flag1.CanBeImplied # ", flag2: " # flag2.CanBeImplied; 449 defvar implied = !if(flag1.CanBeImplied, flag1, flag2); 452 def flag2.RecordName : MarshalledFlagRec<flag2, flag1, implied, kpm, default>; 460 Default default, FlagDef flag1, FlagDef flag2, 462 defm NAME : BoolOption<"f", flag_base, kpm, default, flag1, flag2, both>, [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MergeFunctions.rst | 246 #. ``cmpFlags(flag1, flag2)`` is a hypothetical method that compares two flags.
|
| H A D | LibFuzzer.rst | 242 ./fuzzer [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp.h | 2409 bool flag2 : 1; member
|