Home
last modified time | relevance | path

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

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