| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve98.f90 | 5 logical flag1, flag2 variable 6 if (flag1 .eqv. .false.) continue 7 if (flag1 .neqv. flag2) continue 9 if (flag1 .eq. .false.) continue 11 if (flag1 .ne. flag2) continue
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | format-statement.f90 | 7 logical :: flag1, flag2, flag3 local 11 if (flag1) then 36 if (flag1 .and. flag2 .and. flag3) then
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_flags_test.cpp | 142 bool flag1 = !expected_flag1; in TestTwoFlags() local 146 RegisterFlag(&parser, name1, kFlagDesc, &flag1); in TestTwoFlags() 151 EXPECT_EQ(expected_flag1, flag1); in TestTwoFlags()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | big-atomic-ops.c | 178 char flag1; variable 182 __atomic_test_and_set(&flag1, memory_order_seq_cst); in test_and_set() 188 __atomic_clear(&flag1, memory_order_seq_cst); in test_and_set()
|
| H A D | atomic-ops.c | 321 char flag1; variable 325 __atomic_test_and_set(&flag1, memory_order_seq_cst); in test_and_set() 331 __atomic_clear(&flag1, memory_order_seq_cst); in test_and_set()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | true-false.td | 10 // CHECK: bit flag1 = 1; 15 bit flag1 = true;
|
| /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 199 if (flag1) { in getenv_test12()
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-ivar-offsets/ |
| H A D | main.m | 11 mine->flag1 = 1;
|
| H A D | objc-ivar-offsets.h | 22 uint32_t flag1 : 1;
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-captured-32bit-block-var-layout.m | 196 int flag1: 7; 296 unsigned char flag1 : 1; 313 unsigned char flag1 : 1;
|
| H A D | arc-captured-block-var-layout.m | 195 int flag1: 7; 295 unsigned char flag1 : 1; 312 unsigned char flag1 : 1;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | mips-abiflags.test | 281 # RUN: yaml2obj %s -DFLAG1="" -o %t.flag1.empty 282 # RUN: llvm-readelf -A %t.flag1.empty | FileCheck %s --check-prefix=FLAG1-EMPTY-GNU 283 # RUN: llvm-readobj -A %t.flag1.empty | FileCheck %s --check-prefix=FLAG1-EMPTY-LLVM 290 # RUN: yaml2obj %s -DFLAG1="ODDSPREG" -o %t.flag1.all 291 # RUN: llvm-readelf -A %t.flag1.all | FileCheck %s --check-prefix=FLAG1-ALL-GNU 292 # RUN: llvm-readobj -A %t.flag1.all | FileCheck %s --check-prefix=FLAG1-ALL-LLVM
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 56 MetaVarName<"old=new[,flag1,...]">; 89 MetaVarName<"section=flag1[,flag2,...]">;
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 439 assert !xor(flag1.Polarity, flag2.Polarity), 440 "the flags must have different polarity: flag1: " # 441 flag1.Polarity # ", flag2: " # flag2.Polarity; 442 assert !ne(flag1.Value, flag2.Value), 443 "the flags must have different values: flag1: " # 444 flag1.Value # ", flag2: " # flag2.Value; 445 assert !not(!and(flag1.CanBeImplied, flag2.CanBeImplied)), 446 "only one of the flags can be implied: flag1: " # 447 flag1.CanBeImplied # ", flag2: " # flag2.CanBeImplied; 449 defvar implied = !if(flag1.CanBeImplied, flag1, flag2); [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 | 2408 bool flag1 : 1; member
|