Searched refs:IF (Results 101 - 109 of 109) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10690 IF = MethodDecl->param_begin(), EM = MethodImpl->param_end(),
10692 IM != EM && IF != EF; ++IM, ++IF) {
10693 const ParmVarDecl *DeclVar = (*IF);
/freebsd-12-stable/crypto/openssl/
H A DConfigure1836 qr/^\s*IF\[((?:\\.|[^\\\]])*)\]\s*$/
1955 die "runaway IF?" if (@skip);
/freebsd-12-stable/stand/ficl/
H A Dwords.c40 ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2554 ** such as IF, THEN, etc)
4801 {IF, branch0},
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4742 if (IndirectFieldDecl *IF = dyn_cast<IndirectFieldDecl>(VD))
4743 Chaining.append(IF->chain_begin(), IF->chain_end());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4233 NODE_NAME_CASE(IF)
H A DSIISelLowering.cpp4415 return AMDGPUISD::IF;
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c5837 case OP_RF_IF: po_reg_or_goto (REG_TYPE_FN, IF); break;
5838 IF:
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c821 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
825 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
15757 #define OP_Ne 52 /* jump, same as TK_NE, synopsis: IF r[P3]!=r[P1] */
15758 #define OP_Eq 53 /* jump, same as TK_EQ, synopsis: IF r[P3]==r[P1] */
15759 #define OP_Gt 54 /* jump, same as TK_GT, synopsis: IF r[P3]>r[P1] */
15760 #define OP_Le 55 /* jump, same as TK_LE, synopsis: IF r[P3]<=r[P1] */
15761 #define OP_Lt 56 /* jump, same as TK_LT, synopsis: IF r[P3]<r[P1] */
15762 #define OP_Ge 57 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */
[all...]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 871 milliseconds

12345