Home
last modified time | relevance | path

Searched defs:checkInt (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp119 auto checkInt = [](std::future<int>& f) { return f.get() == 3; }; main() local
/llvm-project/lld/MachO/
H A DRelocations.h93 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { checkInt() function
/llvm-project/lld/ELF/
H A DTarget.h255 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { checkInt() function