Home
last modified time | relevance | path

Searched defs:AF (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/clang/test/Modules/Inputs/
DDebugNestedA.h8 typedef A<F> AF; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmBackend.h98 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, in shouldInsertExtraNopBytesForCodeAlign()
107 MCAlignFragment &AF) { in shouldInsertFixupForCodeAlign()
/external/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.decl/
Dclass-template-decl.cpp83 struct TA<N>::AF { struct in diag::TA
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmBackend.h100 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, in shouldInsertExtraNopBytesForCodeAlign()
109 MCAlignFragment &AF) { in shouldInsertFixupForCodeAlign()
/external/llvm-project/clang/test/Sema/
Dwarn-int-in-bool-context.c11 #define AF 1 << 7 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp300 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { in operator <<()
340 const auto *AF = cast<MCAlignFragment>(this); in dump() local
DMCAssembler.cpp324 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in computeFragmentSize() local
518 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in writeFragment() local
839 } else if (auto *AF = dyn_cast<MCAlignFragment>(&Frag)) { in layout() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h178 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
299 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
429 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
569 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
713 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h178 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
299 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
429 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
569 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
713 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
/external/llvm-project/llvm/lib/MC/
DMCFragment.cpp322 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { in operator <<()
365 const auto *AF = cast<MCAlignFragment>(this); in dump() local
DMCAssembler.cpp328 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in computeFragmentSize() local
526 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in writeFragment() local
877 MCAlignFragment &AF = cast<MCAlignFragment>(Frag); in layout() local
/external/llvm/lib/MC/
DMCFragment.cpp309 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { in operator <<()
347 const MCAlignFragment *AF = cast<MCAlignFragment>(this); in dump() local
DMCAssembler.cpp264 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in computeFragmentSize() local
440 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in writeFragment() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp348 const MCAlignFragment &AF, unsigned &Size) { in shouldInsertExtraNopBytesForCodeAlign()
371 MCAlignFragment &AF) { in shouldInsertFixupForCodeAlign()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp415 const MCAlignFragment &AF, unsigned &Size) { in shouldInsertExtraNopBytesForCodeAlign()
438 MCAlignFragment &AF) { in shouldInsertFixupForCodeAlign()
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs457 pub fn elem_mul<M, AF, BF>( in elem_mul() argument
458 a: &Elem<M, AF>, in elem_mul() argument
461 ) -> Elem<M, <(AF, BF) as ProductEncoding>::Output> in elem_mul()
468 fn elem_mul_<M, AF, BF>( in elem_mul_() argument
469 a: &Elem<M, AF>, in elem_mul_() argument
472 ) -> Elem<M, <(AF, BF) as ProductEncoding>::Output> in elem_mul_()
483 fn elem_mul_by_2<M, AF>(a: &mut Elem<M, AF>, m: &PartialModulus<M>) { in elem_mul_by_2() argument
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp754 const SCEV *AF; in isValidIntrinsicInst() local
875 if (auto *AF = dyn_cast<SCEVAddExpr>(Pair.second)) { in getDelinearizationTerms() local
951 const SCEV *AF = Pair.second; in hasValidArraySizes() local
979 auto *AF = Pair.second; in computeAccessFunctions() local
1059 bool ScopDetection::isValidAccess(Instruction *Inst, const SCEV *AF, in isValidAccess()
DScopBuilder.cpp1805 auto *AF = SE.getConstant(IntegerType::getInt64Ty(CI->getContext()), 0); in buildAccessCallInst() local
3684 auto *AF = SE.getConstant(IntegerType::getInt64Ty(SE.getContext()), 0); in buildScop() local
/external/clang/lib/Sema/
DJumpDiagnostics.cpp453 if (ObjCAtFinallyStmt *AF = AT->getFinallyStmt()) { in BuildScopeInformation() local
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp493 if (ObjCAtFinallyStmt *AF = AT->getFinallyStmt()) { in BuildScopeInformation() local
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp721 auto AF = FindAllocFrame(B); in insertCFIInstructions() local
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1275 AF = 0x5, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1578 ISD::ArgFlagsTy AF = PendingArgFlags[0]; in CC_RISCV() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2270 AllocationFamily AF = in HandleUseAfterFree() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp623 ArgEffects::Factory AF; member in __anon307598180511::RetainSummaryManager

12