Home
last modified time | relevance | path

Searched refs:price (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-02-27.test21 price : 450.00
25 price : 2392.00
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dreverse-csr-restore-seq.mir65 ; We do it anyway, as it's a small price to pay for the resulting
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp1132 int price; member
1146 io.mapRequired("price", s.price); in mapping()
1185 map.price = 350; in TEST()
1203 EXPECT_EQ(map2.price, 350); in TEST()
/llvm-project-15.0.7/clang/docs/
H A DDebuggingCoroutines.rst350 The downside here is that this comes at the price of additional runtime cost.
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst283 something analyzer is indeed good at, but at a price of making checkers heavy)