HomeSort by: relevance | last modified time | path
    Searched refs:Void (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/lib/libc/gdtoa/
hd_init.c 38 static void
50 void
51 hexdig_init_D2A(Void)
gdtoa.h 59 #define Void /*nothing*/
62 #define Void void
138 extern void freedtoa ANSI((char*));
147 extern char* g_Qfmt ANSI((char*, void*, int, size_t));
148 extern char* g_xfmt ANSI((char*, void*, int, size_t));
149 extern char* g_xLfmt ANSI((char*, void*, int, size_t));
154 extern int strtoIQ ANSI((CONST char*, char**, void*, void*));
155 extern int strtoIx ANSI((CONST char*, char**, void*, void*))
    [all...]
gdtoaimp.h 203 __unused __weakref_visible int __libc_fegetround_ref(void)
220 #define Char void
325 (((unsigned short *)(void *)a)[1] = (unsigned short)b, \
326 ((unsigned short *)(void *)a)[0] = (unsigned short)c, \
330 (((unsigned short *)(void *)a)[0] = (unsigned short)b, \
331 ((unsigned short *)(void *)a)[1] = (unsigned short)c, \
531 extern void memcpy_D2A ANSI((void*, const void*, size_t));
591 extern void Bfree ANSI((Bigint*))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 28 Void = 0x0003, // void
111 void setIndex(uint32_t I) { Index = I; }
148 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); }
150 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
153 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
160 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer);
286 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
  /src/lib/libc/gdtoa/test/
dItest.c 40 static void
54 main(Void)
dt.c 49 #define Void /*void*/
51 #define Void void
83 static void
149 static void
150 baderrno(Void)
159 static void
187 main(Void)
dtest.c 63 main(Void)
ftest.c 62 main(Void)
Qtest.c 81 main(Void)
ddtest.c 62 static void
78 main(Void)
xLtest.c 80 main(Void)
xtest.c 82 main(Void)
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyTypeUtilities.h 28 Void = 0x40,
36 // Multivalue blocks (and other non-void blocks) are only emitted when the
WebAssemblyTypeUtilities.cpp 57 .Case("void", WebAssembly::BlockType::Void)
98 return "void";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyBuiltinDumper.cpp 20 void BuiltinDumper::start(const PDBSymbolTypeBuiltin &Symbol) {
65 case PDB_BuiltinType::Void:
66 return "void";
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 27 {"void*", SimpleTypeKind::Void},
92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp 68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat;
76 : TS(TS), Float(false), Signed(true), Immediate(false), Void(false),
86 bool isVoidPointer() const { return Pointer && Void; }
93 bool isVoid() const { return Void & !Pointer; }
127 void applyTypespec();
130 void applyModifier(char Mod);
231 void emitIntrinsic(raw_ostream &OS) const;
335 void createHeader(raw_ostream &o);
338 void createBuiltins(raw_ostream &o);
341 void createCodeGenMap(raw_ostream &o)
    [all...]
RISCVVEmitter.cpp 40 void MulLog2LMUL(int Log2LMUL);
47 Void,
119 void applyBasicType();
123 void applyModifier(StringRef prototype);
126 void initBuiltinStr();
128 void initClangBuiltinStr();
130 void initTypeStr();
132 void initShortStr();
196 void emitCodeGenSwitchBody(raw_ostream &o) const;
199 void emitIntrinsicMacro(raw_ostream &o) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 115 Void,
212 void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<IITDescriptor> &T);
  /src/external/bsd/bc/dist/
scan.l 57 int yywrap (void);
79 static void
148 static void
241 void return(Void);
369 yywrap(void)
bc.y 82 l) void functions.
102 /* 'history', 'void' */
103 %token <i_value> UNARY_MINUS HistoryVar Void
230 yyerror ("first expression is void");
240 yyerror ("second expression is void");
257 yyerror ("third expression is void");
275 yyerror ("void expression");
298 yyerror ("void expression");
330 yyerror ("void expression in print");
374 | Void
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 42 Type *Void;
62 void initialize(Module &M, const GCNSubtarget &ST);
70 void push(BasicBlock *BB, Value *Saved);
76 void eraseIfUnused(PHINode *Phi);
78 void openIf(BranchInst *Term);
80 void insertElse(BranchInst *Term);
86 void handleLoop(BranchInst *Term);
88 void closeControlFlow(BasicBlock *BB);
99 void getAnalysisUsage(AnalysisUsage &AU) const override {
122 void SIAnnotateControlFlow::initialize(Module &M, const GCNSubtarget &ST)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 50 void getAnalysisUsage(AnalysisUsage &AU) const override {
63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) {
70 void placeMarkers(MachineFunction &MF);
71 void placeBlockMarker(MachineBasicBlock &MBB);
72 void placeLoopMarker(MachineBasicBlock &MBB);
73 void placeTryMarker(MachineBasicBlock &MBB);
78 void addTryDelegate(MachineInstr *RangeBegin, MachineInstr *RangeEnd,
80 void recalculateScopeTops(MachineFunction &MF);
81 void removeUnnecessaryInstrs(MachineFunction &MF);
93 void rewriteDepthImmediates(MachineFunction &MF)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp 29 case BuiltinType::Void:
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 337 Void = 1,

Completed in 45 milliseconds

1 2 3