Home
last modified time | relevance | path

Searched refs:flag1 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve98.f905 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 Dformat-statement.f907 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 Dsanitizer_flags_test.cpp142 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 Dbig-atomic-ops.c178 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 Datomic-ops.c321 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 Dtrue-false.td10 // CHECK: bit flag1 = 1;
15 bit flag1 = true;
/llvm-project-15.0.7/clang/test/Analysis/cert/
H A Denv34-c.c195 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 Dmain.m11 mine->flag1 = 1;
H A Dobjc-ivar-offsets.h22 uint32_t flag1 : 1;
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout.m196 int flag1: 7;
296 unsigned char flag1 : 1;
313 unsigned char flag1 : 1;
H A Darc-captured-block-var-layout.m195 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 Dmips-abiflags.test281 # 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 DObjcopyOpts.td56 MetaVarName<"old=new[,flag1,...]">;
89 MetaVarName<"section=flag1[,flag2,...]">;
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td439 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 DMergeFunctions.rst246 #. ``cmpFlags(flag1, flag2)`` is a hypothetical method that compares two flags.
H A DLibFuzzer.rst242 ./fuzzer [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp.h2408 bool flag1 : 1; member