Searched refs:invalid (Results 226 - 250 of 358) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h364 /// value. This is invalid iff the function has no return value.
365 Address ReturnValue = Address::invalid();
368 /// This is invalid if sret is not in use.
369 Address ReturnValuePointer = Address::invalid();
664 Address NormalCleanupDest = Address::invalid();
799 return pushCleanupAfterFullExprWithActiveFlag<T>(Kind, Address::invalid(),
1022 SavedLocals.try_emplace(LocalVD, Address::invalid());
1528 Address MCDCCondBitmapAddr = Address::invalid();
1742 CGF.ReturnValue = Address::invalid();
1970 Address CXXDefaultInitExprThis = Address::invalid();
3178 static AutoVarEmission invalid() { return AutoVarEmission(Invalid()); } function in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
[all...]
H A DABIInfo.cpp44 return Address::invalid();
H A DCGOpenMPRuntimeGPU.h370 Address PrivateAddr = Address::invalid();
H A DCGOpenMPRuntime.h959 Address IL = Address::invalid();
962 Address LB = Address::invalid();
965 Address UB = Address::invalid();
968 Address ST = Address::invalid();
2284 return Address::invalid();
H A DCGCall.h357 Address Addr = Address::invalid();
H A DEHScopeStack.h110 static stable_iterator invalid() { return stable_iterator(-1); } function in class:clang::CodeGen::EHScopeStack::stable_iterator
116 /// Returns false if I is invalid.
122 /// Returns false is I is invalid.
H A DCGOpenMPRuntimeGPU.cpp1585 Address SrcElementAddr = Address::invalid();
1586 Address DestElementAddr = Address::invalid();
1587 Address DestElementPtrAddr = Address::invalid();
1794 Address CntAddr = Address::invalid();
3127 Address SharedArgListAddress = Address::invalid();
3265 return Address::invalid();
3268 return Address::invalid();
3296 return Address::invalid();
3301 return Address::invalid();
3317 return Address::invalid();
[all...]
/freebsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c107 point input is too large, the invalid exception is raised and the largest
157 an integer. However, if the fixed-point input is too large, the invalid
2245 the corresponding value `b', and 0 otherwise. The invalid exception is
2371 goto invalid;
2384 invalid:
3206 corresponding value `b', and 0 otherwise. The invalid exception is raised
3332 goto invalid;
3344 invalid:
3810 if ( ( bExp | bSig ) == 0 ) goto invalid;
3816 invalid
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dcommon_module_tests.c521 const char *invalid[] = { "a2bc-de3f-ghim-", "a2bcde3fghim", "", NULL }; local
534 for (i = 0; invalid[i]; i++) {
535 if (sae_pk_valid_password(invalid[i])) {
538 invalid[i]);
/freebsd-current/usr.sbin/makefs/
H A Dmtree.c706 mtree_error("%s: invalid value '%s'", keyword, value);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp386 return Address::invalid(); // FIXME?
408 Address NumRegsAddr = Address::invalid();
437 Address RegAddr = Address::invalid();
471 Address MemAddr = Address::invalid();
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_sim.c214 goto invalid;
219 goto invalid;
223 goto invalid;
229 goto invalid;
237 invalid:
286 wpa_printf(MSG_DEBUG, "EAP-SIM: invalid GSM-Milenage "
818 "used invalid AT_MAC");
912 "used invalid AT_MAC");
/freebsd-current/sys/dev/hptiop/
H A Dhptiop.c1173 goto invalid;
1176 goto invalid;
1188 goto invalid;
1194 goto invalid;
1201 invalid:
1262 goto invalid;
1264 goto invalid;
1272 goto invalid;
1278 goto invalid;
1282 invalid
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_sta.c337 goto invalid;
379 goto invalid;
399 goto invalid;
435 goto invalid;
456 goto invalid;
463 invalid:
1240 wh, "CSA", "invalid mode %u", csa->csa_mode);
1265 wh, "CSA", "invalid channel %u",
H A Dieee80211_adhoc.c209 goto invalid;
248 goto invalid;
267 invalid:
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1614 goto invalid;
1617 goto invalid;
1623 goto invalid;
1632 goto invalid;
1637 goto invalid;
1643 invalid:
1656 KdPrint(("invalid command!"));
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-for.mk165 # expect+1: invalid character ':' in .for loop variable name
172 # expect+1: invalid character '$' in .for loop variable name
184 # expect+1: invalid character '$' in .for loop variable name
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c467 goto invalid;
495 invalid:
/freebsd-current/contrib/ntp/sntp/tests/
H A DMakefile.am71 data/key-test-invalid-hex \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h680 void invalid() { function in class:llvm::SmallBitVector
734 V.invalid();
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua390 -- testing 'tonumber' for invalid formats
420 -- testing 'tonumber' for invalid hexadecimal formats
/freebsd-current/contrib/tcpdump/
H A Dprint-openflow-1.3.c738 tok2str(ofp_config_str, "invalid (0x%04x)", GET_BE_U_2(cp)));
766 tok2str(ofpcr_str, "invalid (0x%08x)", GET_BE_U_4(cp)));
843 tok2str(ofppr_str, "invalid (0x02x)", GET_U_1(cp)));
860 goto invalid;
873 goto invalid;
900 invalid:
948 ND_PRINT("\n\t type %s", tok2str(ofpet_str, "invalid (0x%04x)", type));
955 tok2str(code_str, "invalid (0x%04x)", code));
957 ND_PRINT(", code invalid (0x%04x)", code);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp594 bool invalid = false; local
597 ti->getLocation(), &invalid);
599 if (invalid) {
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c271 rxb->invalid = false;
322 rxb->invalid = false;
1161 rxb->invalid = true;
1336 "frame on invalid queue - is on %d and indicates %d\n",
1483 if (rxb->invalid)
1488 rxb->invalid = true;
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp482 bool invalid = false; local
518 invalid = true;
540 invalid = true;
557 if (invalid) {
601 return invalid ? nullptr : list;
845 // This passes in an invalid SourceLocation for AtEndLoc when EOF is hit.
1325 // If that's not invalid, extract a type.
1731 bool invalid = false; local
1758 invalid = true;
1763 invalid
[all...]

Completed in 641 milliseconds

1234567891011>>