Searched refs:BlockType (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h93 const Decl *D, QualType BlockType);
H A DSema.h1519 QualType BlockType = QualType());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp316 WebAssembly::BlockType parseBlockType(StringRef ID) {
318 return StringSwitch<WebAssembly::BlockType>(ID)
319 .Case("i32", WebAssembly::BlockType::I32)
320 .Case("i64", WebAssembly::BlockType::I64)
321 .Case("f32", WebAssembly::BlockType::F32)
322 .Case("f64", WebAssembly::BlockType::F64)
323 .Case("v128", WebAssembly::BlockType::V128)
324 .Case("exnref", WebAssembly::BlockType::Exnref)
325 .Case("void", WebAssembly::BlockType::Void)
326 .Default(WebAssembly::BlockType
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp260 auto BT = static_cast<WebAssembly::BlockType>(MO.getImm());
261 assert(BT != WebAssembly::BlockType::Invalid);
262 if (BT == WebAssembly::BlockType::Multivalue) {
H A DWebAssemblyCFGStackify.cpp319 WebAssembly::BlockType ReturnType = WebAssembly::BlockType::Void;
324 ReturnType = WebAssembly::BlockType::I32;
410 .addImm(int64_t(WebAssembly::BlockType::Void));
579 .addImm(int64_t(WebAssembly::BlockType::Void));
1133 .addImm(int64_t(WebAssembly::BlockType::Void));
1237 WebAssembly::BlockType RetType =
1239 ? WebAssembly::BlockType::Multivalue
1240 : WebAssembly::BlockType(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp257 const MVT BlockType = getOptimalRepmovsType(Subtarget, Align); local
258 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8;
263 DAG.getIntPtrConstant(BlockCount, dl), BlockType);
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h223 UINT8 BlockType; member in struct:_EFI_HII_GLYPH_BLOCK
353 UINT8 BlockType; member in struct:__anon6097
485 UINT8 BlockType; member in struct:_EFI_HII_IMAGE_BLOCK
1863 UINT8 BlockType; member in struct:_EFI_HII_ANIMATION_BLOCK
1891 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT1.
1906 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT2.
1921 /// Standard animation header, where Header.BlockType = EFI_HII_AIBT_EXT4.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp226 MCOperand::createImm(int64_t(WebAssembly::BlockType::Invalid)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h126 enum class BlockType : unsigned { class in namespace:llvm::WebAssembly
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp637 QualType BlockType,
659 BlockType->getPointeeType()->getAs<FunctionType>()) {
2022 const Decl *D, QualType BlockType) {
2147 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope);
636 CheckFallThroughForBody(Sema &S, const Decl *D, const Stmt *Body, QualType BlockType, const CheckFallThroughDiagnostics &CD, AnalysisDeclContext &AC, sema::FunctionScopeInfo *FSI) argument
H A DSema.cpp1774 /// \param BlockType The type of the block expression, if D is a BlockDecl.
1777 const Decl *D, QualType BlockType) {
1790 AnalysisWarnings.IssueWarnings(*WP, Scope.get(), D, BlockType);
1776 PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy *WP, const Decl *D, QualType BlockType) argument
H A DSemaDeclAttr.cpp2701 BlocksAttr::BlockType type;

Completed in 160 milliseconds