Searched defs:Radix (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp78 static radix Radix; variable
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } argument
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp303 static std::string radixName(unsigned Radix) { argument
373 unsigned Radix = 0; local
464 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); local
551 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); local
[all...]
H A DMasmParser.cpp7207 unsigned Radix; local
/openbsd-current/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp83 static RadixTy Radix; variable
[all...]
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc953 FLOAT Radix, BInvrse, RadixD2, BMinusU2; member in struct:Paranoia
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp123 enum Radix { d, o, x }; enum in namespace:__anon3707
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c887 LLVMValueRef llvm_const_int_of_string(LLVMTypeRef IntTy, value S, value Radix) { argument

Completed in 246 milliseconds