Home
last modified time | relevance | path

Searched refs:External (Results 1 – 25 of 72) sorted by relevance

123

/minix/external/bsd/tcpdump/dist/tests/
H A Dospf3_bc-vv.out3 Options [V6, External, Router]
8 Options [V6, External, Router]
13 Options [V6, External, Router]
18 Options [V6, External, Router]
23 Options [V6, External, Router]
28 Options [V6, External, Router]
230 Options [V6, External, Router]
281 Options [V6, External, Router]
310 Options [V6, External, Router]
317 Options [V6, External, Router]
[all …]
H A Dospf3_ah-vv.out3 Options [V6, External, Router]
8 Options [V6, External, Router]
13 Options [V6, External, Router]
19 Options [V6, External, Router]
25 Options [V6, External, Router]
31 Options [V6, External, Router]
37 Options [V6, External, Router]
47 Options [V6, External, Router]
56 Options [V6, External, Router]
102 Options [V6, External, Router]
[all …]
H A Dospf3_nbma-vv.out3 Options [V6, External, Router]
9 Options [V6, External, Router]
15 Options [V6, External, Router]
218 Options [V6, External, Router]
740 Options [V6, External, Router]
748 Options [V6, External, Router]
756 Options [V6, External, Router]
777 Options [V6, External, Router]
814 Options [V6, External, Router]
822 Options [V6, External, Router]
[all …]
H A Dospf3_mp-vv.out3 Options [V6, External, Router]
8 Options [V6, External, Router]
13 Options [V6, External, Router]
18 Options [V6, External, Router]
23 Options [V6, External, Router]
29 Options [V6, External, Router]
216 Options [V6, External, Router]
222 Options [V6, External, Router]
768 Options [V6, External, Router]
775 Options [V6, External, Router]
[all …]
H A Dospf-gmpls.out7 Options: [External]
32 Options: [External]
57 Options: [External]
H A Dospf3_auth-vv.out3 Options [V6, External, Router, Authentication Trailer]
H A Disis_1-v.out157 IPv4 External Reachability TLV #130, length: 48
158 IPv4 prefix: 172.16.0.0/30, Distribution: up, Metric: 0, External
159 IPv4 prefix: 172.16.1.0/24, Distribution: up, Metric: 0, External
160 IPv4 prefix: 172.16.2.0/24, Distribution: up, Metric: 0, External
161 IPv4 prefix: 172.16.3.0/24, Distribution: up, Metric: 0, External
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp130 ExternalASTSource *External = S.getASTContext().getExternalSource(); in ParseAST() local
131 if (External) in ParseAST()
132 External->StartTranslationUnit(Consumer); in ParseAST()
135 if (!External && !S.getLangOpts().CPlusPlus) in ParseAST()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A D2003-09-14-InlineValue.ll3 declare i32 @External()
6 %I = call i32 @External( ) ; <i32> [#uses=2]
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DPostOrderIterator.h53 template<class SetType, bool External>
200 bool External = false>
201 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
202 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : in ipo_iterator()
203 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator()
H A DDepthFirstIterator.h47 template<class SetType, bool External> // Non-external set
245 bool External = false>
246 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
247 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator()
248 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator()
/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A D2010-04-13-PubType.ll2 ; CHECK-NOT: .asciz "X" ## External Name
3 ; CHECK: .asciz "Y" ## External Name
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddllexport.cpp14 struct External { int v; }; struct
75 __declspec(dllexport) auto ExternalAutoTypeGlobal = External();
150 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External();
151 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h52 unsigned External : 1; member
106 External(false), isModuleHeader(false), isCompilingModuleHeader(false), in HeaderFileInfo()
113 const IdentifierInfo *getControllingMacro(ExternalIdentifierLookup *External);
/minix/external/bsd/llvm/dist/llvm/docs/
H A DTestSuiteMakefileGuide.rst43 SingleSource, and External.
58 - ``test-suite/External``
60 The External directory contains Makefiles for building code that is
63 suites. The ``External`` directory does not contain these actual
140 Configuring External Tests
143 In order to run the External tests in the ``test-suite`` module, you
147 missing or neglected, the External tests won't work.
/minix/external/bsd/llvm/dist/llvm/docs/tutorial/
H A Dindex.rst25 External Tutorials
/minix/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Dcoff-function-type-info.ll34 ; CHECK-OBJECT: StorageClass: External
/minix/minix/drivers/power/acpi/include/
H A Dacapps.h161 BOOLEAN External);
/minix/external/bsd/llvm/dist/llvm/test/Feature/
H A Dconstpointer.ll26 declare void @f() ;; External method
/minix/external/bsd/llvm/dist/llvm/test/Integer/
H A Dconstpointer_bt.ll26 declare void @"f"() ;; External method
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/
H A Dcxx-cli-aux.test15 CHECK-NEXT: StorageClass: External (0x2)
/minix/external/bsd/llvm/dist/llvm/
H A D.gitignore45 # External projects that are tracked independently.
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A D2003-05-30-BadFoldGEP.ll4 ;; From: test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp35 HeaderFileInfo::getControllingMacro(ExternalIdentifierLookup *External) { in getControllingMacro() argument
39 if (!ControllingMacroID || !External) in getControllingMacro()
42 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
957 if (OtherHFI.External) { in mergeHeaderFileInfo()
959 HFI.External = OtherHFI.External; in mergeHeaderFileInfo()
/minix/external/bsd/file/dist/magic/magdir/
H A Ddyadic9 # .DXV Dyalog APL External Variable

123