Home
last modified time | relevance | path

Searched defs:lm (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/test/UnitTest/
H A DPrintfMatcher.cpp38 CASE_LM(lm) global() argument
42 CASE_LM_BIT_WIDTH(lm,bw) global() argument
H A DScanfMatcher.cpp38 CASE_LM(lm) global() argument
/llvm-project/libc/src/stdio/scanf_core/
H A Dconverter_utils.h43 LengthModifier lm = to_conv.length_modifier; write_int_with_length() local
88 LengthModifier lm = to_conv.length_modifier; write_float_with_length() local
H A Dparser.h89 LengthModifier lm = parse_length_modifier(&cur_pos); get_next_section() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.capture/
H A Dp17.cpp9 auto lm = [&, args...] { return g(args...); }; in f() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp23.cpp49 auto lm = [&, args...] { return g(args...); }; in std_example() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dinternal_symbolizer.cpp78 link_map *lm = nullptr; in GetModuleAndOffset() local
/llvm-project/libc/src/stdio/printf_core/
H A Dcore_structs.h30 LengthModifier lm; member
/llvm-project/clang/lib/AST/
H A DFormatString.cpp291 LengthModifier lm(lmPosition, lmKind); in ParseLengthModifier() local
/llvm-project/clang/include/clang/AST/
H A DFormatString.h438 void setLengthModifier(LengthModifier lm) { in setLengthModifier()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4964 lldb::addr_t lm = 0, base = 0, ld = 0; GetLoadedModuleList() local