OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Except
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/
FileMatchTrie.cpp
155
llvm::StringMap<FileMatchTrieNode>::const_iterator
Except
) const {
165
if (It ==
Except
)
/src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp
199
static int ExceptionFilter(_EXCEPTION_POINTERS *
Except
) {
210
int RetCode = (int)
Except
->ExceptionRecord->ExceptionCode;
216
RetCode, reinterpret_cast<uintptr_t>(
Except
));
/src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp
214
Optional<fp::ExceptionBehavior>
Except
= getExceptionBehavior();
215
if (
Except
) {
216
if (
Except
.getValue() != fp::ebIgnore)
IRBuilder.cpp
814
Optional<fp::ExceptionBehavior>
Except
) {
816
Value *ExceptV = getConstrainedFPExcept(
Except
);
848
Optional<fp::ExceptionBehavior>
Except
) {
849
Value *ExceptV = getConstrainedFPExcept(
Except
);
898
const Twine &Name, Optional<fp::ExceptionBehavior>
Except
) {
900
Value *ExceptV = getConstrainedFPExcept(
Except
);
911
Optional<fp::ExceptionBehavior>
Except
) {
927
UseArgs.push_back(getConstrainedFPExcept(
Except
));
/src/external/lgpl3/gmp/dist/mpn/arm/neon/
hamdist.asm
43
C 64-bits-at-a-time, which will mess up in big-endian mode.
Except
not for
44
C popcount.
Except
perhaps also for popcount for the edge loads.)
popcount.asm
43
C 64-bits-at-a-time, which will mess up in big-endian mode.
Except
not for
44
C popcount.
Except
perhaps also for popcount for the edge loads.)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
407
// to a copy constructor, then according to [
except
.terminate]p1 we
758
// consistent with MSVC's behavior,
except
in the presence of -EHa
1264
// [
except
.handle]p11:
1723
//
Except
_leave and fall-through at the end, all other exits in a _try
2055
const SEHExceptStmt &
Except
) {
2056
const Expr *FilterExpr =
Except
.getFilterExpr();
2163
const SEHExceptStmt *
Except
= S.getExceptHandler();
2164
assert(
Except
);
2173
ConstantEmitter(*this).tryEmitAbstract(
Except
->getFilterExpr(),
2184
HelperCGF.GenerateSEHFilterFunction(*this, *
Except
);
[
all
...]
CodeGenFunction.h
3234
const SEHExceptStmt &
Except
);
3911
/// EmitLValueForFieldInitialization - Like EmitLValueForField,
except
that
4209
///
Except
under -fobjc-arc-eh, ARC cleanups are normal-only.
/src/usr.bin/make/unit-tests/
varmod-subst.mk
13
# The empty pattern never matches anything,
except
if it is anchored at the
109
#
Except
for the '^' and '$' anchors, the pattern does not contain any special
116
#
Except
for the '^' and '$' anchors, the pattern does not contain any special
278
# signs,
except
the one before the delimiter. That one is handled by
varname-makeflags.mk
107
# modifier applies after the expression has been evaluated.
Except
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
444
if (SEHExceptStmt *
Except
= TS->getExceptHandler()) {
449
Except
->getSourceRange().getBegin()));
450
BuildScopeInformation(
Except
->getBlock(), NewParentScope);
SemaOpenMP.cpp
2092
// reference
except
if it is a pointer that is dereferenced somehow.
2096
// (
except
for reduction variables).
4700
// Allow some constructs (
except
teams and cancellation constructs) to be
9756
// All associated statements must be '#pragma omp section'
except
for
10087
// All associated statements must be '#pragma omp section'
except
for
14266
unsigned
Except
[] = {OMPC_DEPEND_source, OMPC_DEPEND_sink,
14270
/*Last=*/OMPC_DEPEND_unknown,
Except
)
15264
// listed in data-sharing attributes clauses,
except
for the cases
15435
// than one clause on the same directive,
except
that a variable may be
15454
// listed in data-sharing attributes clauses,
except
for the case
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp
757
void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool
Except
,
766
if (!
Except
&& !Unwind)
770
if (
Except
)
MCAsmStreamer.cpp
352
void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool
Except
,
1993
bool
Except
, SMLoc Loc) {
1994
MCStreamer::EmitWinEHHandler(Sym, Unwind,
Except
, Loc);
2000
if (
Except
)
2001
OS << ", @
except
";
/src/share/locale/ctype/
gen_ctype_utf8.pl
84
*
Except
as contained in this notice, the name of a copyright holder
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1164
Value *getConstrainedFPExcept(Optional<fp::ExceptionBehavior>
Except
) {
1167
if (
Except
.hasValue())
1168
UseExcept =
Except
.getValue();
1556
Optional<fp::ExceptionBehavior>
Except
= None);
2169
Optional<fp::ExceptionBehavior>
Except
= None);
2330
const Twine &Name = "", Optional<fp::ExceptionBehavior>
Except
= None);
2382
Optional<fp::ExceptionBehavior>
Except
= None);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h
1019
virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool
Except
,
/src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
sqr_basecase.asm
58
C adjacent integer multiply insns.
Except
for the multiply insns, the code
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
bsaes-armv7.S
5
@ this file
except
in compliance with the License. You can obtain a copy
25
@ ARM NEON.
Except
that this module is endian-neutral [in sense that
/src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
bsaes-armv7.S
5
@ this file
except
in compliance with the License. You can obtain a copy
25
@ ARM NEON.
Except
that this module is endian-neutral [in sense that
/src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
bsaes-armv7.S
5
@ this file
except
in compliance with the License. You can obtain a copy
25
@ ARM NEON.
Except
that this module is endian-neutral [in sense that
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
193
/// Return a copy of this object,
except
with the 'always-add' bit
3199
if (SEHExceptStmt *
Except
= Terminator->getExceptHandler()) {
3203
CFGBlock *ExceptBlock = VisitSEHExceptStmt(
Except
);
3557
// the same
except
that for one ObjCForCollectionStmt::getElement() returns
Completed in 49 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026