Searched refs:If (Results 51 - 75 of 182) sorted by relevance

12345678

/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm30 If the concat_until is present, the line is concated until the .Xx macro is
55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
57 caller a chance to modify line before printing it. If C<PREPROCESS_CODE> is
79 Turn spacing on or off. If called without argument it returns the current state.
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm57 If the concat_until is present, the line is concated until the .Xx macro is
82 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
84 caller a chance to modify line before printing it. If C<PREPROCESS_CODE> is
106 Turn spacing on or off. If called without argument it returns the current state.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator in enum:llvm::tgtok::TokKind
148 // If EOF is met in an include file, then the method will update
150 // If EOF is met in the top-level file, then the method will
217 // If IncludeStackMustBeEmpty is true, the include stack must be empty
228 // must only call this method, if *(CurPtr - 1) is '#'. If the method matches
241 // by a preprocessing directive. If it is not, then we fall back to
251 // If the preprocessing directive disables the tokens processing, e.g.:
257 // may be prepended with whitespaces and C-style comments. If the line
267 // If ReturnNextLiveToken is true, the method returns the next
270 // If ReturnNextLiveToke
[all...]
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S103 cmpl $0x0, %esi # If the bootinfo pointer
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk49 # If any already exist, we should follow suit.
H A Dauto.obj.mk23 # If we get to the end of the loop, a plain mkdir will issue an error.
H A Ddirdeps-options.mk25 # If a Makefile.depend.options file exists, it will be included by
H A Dsys.clean-env.mk34 # If any of these end up being too greedy, MAKE_ENV_SAVE_EXCLUDE_LIST
H A Dsys.mk128 # If we get to the end of the loop, a plain mkdir will issue an error.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcomment.mk75 # If the '#' were to start a makefile comment, the following shell command
H A Dcond-func-empty.mk85 # stripped off, as can be seen in the -dv debug log. If the space had been
94 # function. If the spaces were trimmed, the variable name would be "" and
130 # If everything goes well, the argument expands to "WORD", and that variable
H A Ddeptgt-makeflags.mk84 # Unbalanced quotes produce an error message. If they occur anywhere in the
H A Dvar-op-default.mk65 # places where variable expressions can occur. If in doubt, enable the
H A Dvarmod-match-escape.mk37 # If ApplyModifier_Match had used the same parsing algorithm as Var_Subst,
/freebsd-13-stable/share/mk/
H A Dlocal.sys.mk60 # added to META_TARGETS. If bsd.sys.mk cannot be included then ${META_DEPS}
H A Dsrc.sys.env.mk72 # If we were found via .../share/mk we need to replace that
H A Dsys.dependfile.mk50 # If any already exist, we should follow suit.
H A Dbsd.dep.mk41 # source files. If HTML is defined, htags(1) is also run
237 # If using filemon then _EXTRADEPEND is skipped since it is not needed.
251 # If the obj has any '/', then replace with '_'. For meta files, this is
H A Dauto.obj.mk24 # If we get to the end of the loop, a plain mkdir will issue an error.
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp40 // If we're generating a profile, create a variable for the name.
197 /// If \p S gets a fresh counter, update the counter mappings. Return the
216 bool TraverseIfStmt(IfStmt *If) { argument
217 // If we used the V1 hash, use the default traversal.
219 return Base::TraverseIfStmt(If);
222 VisitStmt(If);
223 for (Stmt *CS : If->children()) {
226 if (CS == If->getThen())
228 else if (CS == If->getElse())
236 // If th
[all...]
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in440 If the leapfile does not exist, is not valid, has expired, or is
441 expiring soon, a new copy will be downloaded. If the new copy is
444 If the current file is acceptable, no download or restart occurs.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp191 If, enumerator in enum:__anon4353::final::NestingType
252 case If:
471 // If this instruction is part of a control flow structure, ensure
485 push(If); variable
488 if (pop(Name, If))
496 if (pop(Name, If, Else))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp767 // If "#ifdef" is empty, strip it and skip the "#endif".
906 If, // if/ifdef/ifndef enumerator in enum:Directive::DirectiveKind
918 Offsets.push_back({T.Offset, Directive::If});
938 if (Kind == Directive::If)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql136 /* If a node is not present in the working copy (normal, add, copy) it doesn't
232 /* If a node is shadowed, all its present op-depth descendants
275 /* If moved_here is set on an op-root, there must be a proper moved_to */
284 /* If moved_to is set there should be an moved op root at the target */
/freebsd-13-stable/contrib/unbound/contrib/
H A Dwarmup.cmd16 if /I "%dig%"=="" echo Dig not found. If installed, add path to PATH environment variable. & exit 1

Completed in 222 milliseconds

12345678