Home
last modified time | relevance | path

Searched refs:toBlock (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjCXX/
Dobjc-container-subscripting.mm66 ConvertibleTo<int (^)(int)> toBlock,
83 ConvertibleTo<int (^)(int)> toBlock,
90 Dict[toId] = toBlock;
92 Dict[toBlock] = toBlock;
94 Dict[toBlock] = Dict[toId] = Dict[toBlock];
98 return Dict[toBlock];
Dliterals.mm84 ConvertibleTo<int (^)(int)> toBlock,
90 toBlock,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h278 inline Optional<ArrayRef<uint8_t>> toBlock(const Optional<DWARFFormValue> &V) { in toBlock() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1464 EXPECT_FALSE(toBlock(FormValOpt).hasValue()); in TEST()
1484 EXPECT_FALSE(toBlock(FormValOpt).hasValue()); in TEST()
1504 EXPECT_FALSE(toBlock(FormValOpt).hasValue()); in TEST()
1524 EXPECT_FALSE(toBlock(FormValOpt).hasValue()); in TEST()
1544 EXPECT_FALSE(toBlock(FormValOpt).hasValue()); in TEST()
1565 auto BlockOpt = toBlock(FormValOpt); in TEST()