Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 138) sorted by relevance

123456

/minix3/external/bsd/llvm/dist/llvm/docs/
H A DWritingAnLLVMPass.rst333 .. _writing-an-llvm-pass-ModulePass:
356 The ``runOnModule`` method
402 The ``doInitialization(CallGraph &)`` method
418 The ``runOnSCC`` method
429 The ``doFinalization(CallGraph &)`` method
467 .. _writing-an-llvm-pass-doInitialization-mod:
469 The ``doInitialization(Module &)`` method
492 The ``runOnFunction`` method
505 The ``doFinalization(Module &)`` method
532 The ``doInitialization(Loop *, LPPassManager &)`` method
[all …]
H A DCodeGenerator.rst221 .. _DataLayout:
233 .. _TargetLowering:
253 .. _TargetRegisterInfo:
282 .. _TargetInstrInfo:
320 .. _code being generated:
321 .. _machine code representation:
376 .. _create instructions:
378 Using the ``MachineInstrBuilder.h`` functions
420 Fixed (preassigned) registers
477 Call-clobbered registers
[all …]
H A DProgrammersManual.rst266 .. _function_apis:
2281 .. _UserLayout:
2605 .. _m_Module:
2607 Important Public Members of the ``Module`` class
2673 .. _Value:
2708 .. _nameWarning:
2723 .. _m_Value:
2725 Important Public Members of the ``Value`` class
2764 .. _User:
2792 The ``User`` class exposes the operand list in two ways: through an index access
[all …]
H A DCommandLine.rst1407 .. _lists of arguments:
1408 .. _cl::list:
1429 .. _cl::bits:
1449 .. _cl::alias:
1467 .. _cl::extrahelp:
1494 .. _cl::OptionCategory:
1517 .. _different parser:
1518 .. _discussed previously:
/minix3/external/bsd/dhcp/dist/server/
H A Dclass.c79 struct class *class, *nc; local
206 void classify (packet, class) in classify() argument
221 isc_result_t unlink_class(struct class **class) { in unlink_class()
243 isc_result_t find_class (struct class **class, const char *name, in find_class()
258 int unbill_class (lease, class) in unbill_class() argument
278 int bill_class (lease, class) in bill_class() argument
H A Ddb.c823 static int print_hash_string(FILE *fp, struct class *class) in print_hash_string()
860 struct class *class = object; in write_named_billing_class() local
969 int write_billing_class (class) in write_billing_class() argument
/minix3/external/bsd/llvm/dist/clang/docs/
H A DInternalsManual.rst642 .. _AnnotationToken:
763 .. _TokenLexer:
775 .. _MultipleIncludeOpt:
787 .. _Parser:
951 .. _DeclarationName:
1346 Basic Blocks
1365 Entry and Exit Blocks
1378 Conditional Control-Flow
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A D2008-10-3-EhValue.m12 +(Class)class; class
13 -(Class)class; method
H A Dconstant-string-class-1.m5 + class; class
H A Did-isa-codegen.m11 + (Class) class; class
17 + (Class) class {return 0;} class
H A Dweak-metaclass-visibility.m8 + (void) class; class
/minix3/lib/libc/resolv/
H A Dres_data.c193 int class, int type, /*!< class and type of query */ in res_mkquery()
223 int class, int type, /*!< class and type of query */ in res_query()
292 int class, int type, /*!< class and type of query */ in res_search()
307 int class, int type, /*!< class and type of query */ in res_querydomain()
H A Dres_query.c147 int class, int type, /*%< class and type of query */ in res_nquery()
248 int class, int type, /*%< class and type of query */ in res_nsearch()
395 int class, int type, /*%< class and type of query */ in res_nquerydomain()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dcategory-method-lookup-2.m6 - (Class)class; method
H A Dproperty-noprotocol-warning.m10 @property int class; property
H A Dproperty-4.m7 @property int class; property
/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_encode.c51 classname(Der_class class) in classname()
62 valuename(Der_class class, int value) in valuename()
H A Dasn1_print.c59 Der_class class; in loop() local
179 Der_class class; in loop() local
H A Dder_get.c279 Der_class class; in der_get_octet_string_ber() local
513 Der_class *class, Der_type *type, in der_get_tag()
545 Der_class class, Der_type type, in der_match_tag()
559 Der_class class, Der_type *type, in der_match_tag2()
581 Der_class class, Der_type *type, unsigned int tag, in der_match_tag_and_length()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dproperty-reference.mm51 - class; method
/minix3/external/bsd/bind/dist/contrib/query-loc-0.4.0/
H A Dloc.c307 skipToData (cp, type, class, ttl, dlen, endOfMsg) in skipToData() argument
359 u_short class; /* classes defined in arpa/nameser.h */ local
503 u_short class; /* classes defined in arpa/nameser.h */ local
/minix3/external/bsd/libevent/dist/include/event2/
H A Ddns_struct.h71 int class; member
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dunormalize.c77 int *class; /* and their canonical classes */ member
259 int class; in reorder() local
280 int *class; in compose() local
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dassume-super-init-does-not-return-nil.m12 - (Class)class; method
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dinstancetype-test.mm12 - (Class)class; method

123456