HomeSort by: relevance | last modified time | path
    Searched defs:Void (Results 1 - 12 of 12) sorted by relevancy

  /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
  /src/lib/libc/gdtoa/test/
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)
  /src/lib/libc/gdtoa/
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 115 Void,
212 void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<IITDescriptor> &T);
  /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/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/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 101 // Void appears as a return type (for store intrinsics, which are pure
105 Void,
180 VoidType() : Type(TypeKind::Void) {}
184 std::string cName() const override { return "void"; }
186 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; }
479 virtual void genCode(raw_ostream &OS, CodeGenParamAllocator &) const = 0;
502 virtual void morePrerequisites(std::vector<Ptr> &output) const {}
511 void setPredecessor(Ptr p) {
527 // Builder.CreateStore has void type, so nobody will want to refer to it). To
535 void setVarname(const StringRef s) { VarName = std::string(s);
    [all...]
NeonEmitter.cpp 62 static void assert_with_loc(bool Assertion, const std::string &Str) {
146 Void,
163 : Kind(Void), Immediate(false), Constant(false),
168 : TS(std::move(TS)), Kind(Void), Immediate(false),
174 /// Returns a type representing "void".
203 bool isVoid() const { return Kind == Void; }
213 void makeUnsigned() {
217 void makeSigned() {
222 void makeInteger(unsigned ElemWidth, bool Sign) {
223 assert(!isVoid() && "converting void to int probably not useful")
    [all...]
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...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 29 | Void
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 337 Void = 1,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 86 Void,
263 virtual void output(OutputStream &OS, OutputFlags Flags) const = 0;
302 virtual void outputPre(OutputStream &OS, OutputFlags Flags) const = 0;
303 virtual void outputPost(OutputStream &OS, OutputFlags Flags) const = 0;
305 void output(OutputStream &OS, OutputFlags Flags) const override {
317 void outputPre(OutputStream &OS, OutputFlags Flags) const override;
318 void outputPost(OutputStream &OS, OutputFlags Flags) const override {}
327 void outputPre(OutputStream &OS, OutputFlags Flags) const override;
328 void outputPost(OutputStream &OS, OutputFlags Flags) const override;
361 void outputTemplateParameters(OutputStream &OS, OutputFlags Flags) const
    [all...]

Completed in 37 milliseconds