Home
last modified time | relevance | path

Searched refs:Conditional (Results 1 – 25 of 149) sorted by relevance

123456

/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Denable_disable.cpp43 pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER; variable
52 pthread_cond_signal(&Conditional); in enableMalloc()
70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp122 const Expr *Conditional = ForLoop->getCond(); in hasKnownBounds() local
124 if (!Initializer || !Conditional || !Increment) in hasKnownBounds()
140 if (const auto *BinaryOp = dyn_cast<BinaryOperator>(Conditional)) { in hasKnownBounds()
172 const Expr *Conditional = ForLoop->getCond(); in hasLargeNumIterations() local
187 const auto *BinaryOp = cast<BinaryOperator>(Conditional); in hasLargeNumIterations()
/llvm-project/llvm/test/MC/Disassembler/Hexagon/
H A Dalu32_pred.txt4 # Conditional add
26 # Conditional shift halfword
48 # Conditional combine
60 # Conditional logical operations
92 # Conditional subtract
104 # Conditional sign extend
126 # Conditional transfer
138 # Conditional zero extend
/llvm-project/llvm/test/ThinLTO/X86/
H A Dnewpm-basic.ll14 ; CHECK-NOT: Interprocedural Sparse Conditional Constant Propagation
16 ; CHECK-NOT: Interprocedural Sparse Conditional Constant Propagation
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dfunction-cognitive-complexity.rst45 * Conditional operators:
74 * Conditional operators:
105 * Conditional operators:
/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td191 code Conditional = "";
494 let Conditional = [{ hasBase && isTypeInfo }];
500 let Conditional = [{ hasBase && isDynamicAlloc }];
504 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }];
512 let Conditional = [{ hasBase && !isTypeInfo }];
516 let Conditional = [{ hasBase && !isTypeInfo }];
520 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
524 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }];
531 let Conditional = [{ hasLValuePath }];
706 let Conditional
[all...]
/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h30 Conditional = 3, // ? enumerator
/llvm-project/clang-tools-extra/test/modularize/
H A DProblemsInconsistent.modularize66 # CHECK-NEXT: error: Conditional expression instance 'SYMBOL1' has different values in this header,…
76 # CHECK-NEXT: error: Conditional expression instance 'SYMBOL2' has different values in this header,…
86 # CHECK-NEXT: error: Conditional expression instance 'defined(SYMBOL1)' has different values in thi…
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterBanks.td18 /// Conditional register: NZCV.
/llvm-project/llvm/utils/valgrind/
H A Di386-pc-linux-gnu.supp25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
H A Dx86_64-pc-linux-gnu.supp24 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
/llvm-project/clang/test/SemaCXX/
H A Denum.cpp76 namespace Conditional {
72 namespace Conditional { global() namespace
/llvm-project/llvm/test/MC/Mips/
H A Dmicromips-movcond-instructions.s8 # Move Conditional
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_type_traits_test.cpp32 TEST(SanitizerCommon, Conditional) { in TEST() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp614 static pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER; variable
627 pthread_cond_signal(&Conditional); in enableMalloc()
645 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
/llvm-project/llvm/test/CodeGen/ARM/
H A Difcvt_canFallThroughTo.mir62 # Conditional BX_RET and then loop back to bb.1
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicond.td10 // Conditional operations extension (Zicond).
/llvm-project/llvm/test/MC/Lanai/
H A Dconditional_inst.s62 ! Conditional ALU
/llvm-project/llvm/lib/Target/Mips/
H A DMipsCondMov.td1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
9 // This is the Conditional Moves implementation.
13 // Conditional moves:
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCMovSetCC.td1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===//
90 // Conditional moves with folded loads with operands swapped and conditions
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h

123456