Home
last modified time | relevance | path

Searched refs:NF (Results 1 – 25 of 62) sorted by relevance

123

/minix3/distrib/common/
H A Dparselist.awk165 if (NF < 3 || NF > 4)
174 if (NF != 3)
202 if (NF < 2)
213 if (NF < 2)
218 for (i = 3; i <= NF; i++)
221 for (i = 2; i <= NF; i++) {
236 if (NF != 3)
247 if (NF < 3)
250 for (i = 3; i <= NF; i++)
258 if (NF < 3)
[all …]
H A Dlist2sh.awk40 for (i = 2; i <= NF; i++)
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dmessages.m2 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-MAC-NF
4 …RUN: %clang_cc1 -fobjc-runtime=gnustep -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK-GNU-NF
17 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
19 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
23 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
25 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
29 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
31 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
35 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
37 // CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
[all …]
H A Dmessages-2.m2 …: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-NF
149 // CHECK-NF: define void @test0([[A:%.*]]*
163 // CHECK-NF: [[X:%.*]] = alloca [[A]]*
164 // CHECK-NF-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]],
165 // CHECK-NF: [[T0:%.*]] = load [[A]]** [[X]]
166 // CHECK-NF: [[T1:%.*]] = bitcast [[A]]* [[T0]] to i8*
167 // CHECK-NF-NEXT: icmp eq i8* [[T1]], null
168 // CHECK-NF-NEXT: br i1
169 // CHECK-NF: call {{.*}} @objc_msgSend_stret to
170 // CHECK-NF-NEXT: br label
[all …]
/minix3/external/bsd/tcpdump/dist/
H A Dmakemib86 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {
109 if (NF == 8)
111 if (NF == 4)
115 $1 == "{" && holddesc != "none" && NF == 4 {
122 $2$3 == "OBJECTIDENTIFIER" && $1 != "SYNTAX" && NF == 3 {
130 NF == 1 && $1 ~ "[a-z][a-z]*[A-Z]" && $1 !~ /[(){}.,]/ && holddesc == "none" {
148 $1 == "::=" && holddesc != "none" && NF == 5 {
/minix3/sys/dev/videomode/
H A Ddevlist2h.awk63 NF > 0 && $1 == "vendor" {
74 while (f <= NF) {
88 if (f < NF)
100 NF > 0 && $1 == "product" {
112 if (f <= NF) {
116 while (f <= NF) {
125 if (f < NF)
132 if (f < NF)
/minix3/tests/usr.bin/awk/
H A Dd_assign_NF.awk4 NF = 2
8 NF = 3
12 NF = 4
H A Dd_end1.awk4 print NF;
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp230 Function *NF = Function::Create(NFTy, Fn.getLinkage()); in DeleteDeadVarargs() local
231 NF->copyAttributesFrom(&Fn); in DeleteDeadVarargs()
232 Fn.getParent()->getFunctionList().insert(&Fn, NF); in DeleteDeadVarargs()
233 NF->takeName(&Fn); in DeleteDeadVarargs()
262 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in DeleteDeadVarargs()
267 New = CallInst::Create(NF, Args, "", Call); in DeleteDeadVarargs()
290 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); in DeleteDeadVarargs()
297 I2 = NF->arg_begin(); I != E; ++I, ++I2) { in DeleteDeadVarargs()
307 SP.replaceFunction(NF); in DeleteDeadVarargs()
311 FunctionDIs[NF] = SP; in DeleteDeadVarargs()
[all …]
H A DArgumentPromotion.cpp699 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getName()); in DoPromotion() local
700 NF->copyAttributesFrom(F); in DoPromotion()
706 SP.replaceFunction(NF); in DoPromotion()
710 FunctionDIs[NF] = SP; in DoPromotion()
713 DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n" in DoPromotion()
718 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec)); in DoPromotion()
721 F->getParent()->getFunctionList().insert(F, NF); in DoPromotion()
722 NF->takeName(F); in DoPromotion()
733 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF); in DoPromotion()
838 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in DoPromotion()
[all …]
/minix3/tests/lib/libc/regex/
H A Dsplit.c215 # define NF 5 in dosplit() macro
216 char *fields[NF]; in dosplit()
219 nf = split(string, fields, NF, seps); in dosplit()
220 print(nf, NF, fields); in dosplit()
/minix3/external/public-domain/tz/dist/
H A Dchecktab.awk15 if (NF != 2) {
56 if (NF != 3 && NF != 4) {
/minix3/lib/libc/time/
H A Dchecktab.awk63 if (NF != 2) {
104 if (NF != 3 && NF != 4) {
H A Dtzselect.ksh386 { print $NF }
396 $NF == region { print $4 }
/minix3/bin/pax/
H A Doptions.h66 #define NF 0x000000100ULL macro
114 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp61 Function *NF = in CloneModule() local
64 NF->copyAttributesFrom(I); in CloneModule()
65 VMap[I] = NF; in CloneModule()
/minix3/external/bsd/byacc/dist/
H A Dskel2c26 if (NF >= 2) {
43 if (NF >= 2) {
62 if (NF >= 2) {
/minix3/usr.sbin/traceroute/
H A Dmean.awk6 for (f = 5; f <= NF; ++f) {
H A Dmedian.awk6 for (f = 5; f <= NF; ++f) {
/minix3/etc/mtree/
H A Dmkcompat.awk4 if (NF > 0 && substr($0, 1, 1) != "#") {
H A Dmkcompattree.awk4 if (NF > 0) {
/minix3/external/historical/nawk/dist/
H A Dtran.c49 Awkfloat *NF; /* number of fields in current record */ variable
102 NF = &nfloc->fval; in syminit()
310 if (fldno > *NF) in setfval()
313 } else if (&vp->fval == NF) { in setfval()
354 if (fldno > *NF) in setsval()
371 if (&vp->fval == NF) { in setsval()
H A Dawk.h59 extern Awkfloat *NF;
/minix3/share/misc/
H A Dnanpa.awk19 for (i=1; i<=NF; i++)
H A Dna.postal56 NF:Newfoundland:Nfld.:CA

123