Searched refs:semantics (Results 51 - 57 of 57) sorted by relevance

123

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1668 assert(&getSemantics() == &Val.getSemantics() && "Inconsistent semantics");
1672 /// Get a raw enumeration value representing the floating-point semantics of
1679 /// Set the raw enumeration value representing the floating-point semantics of
1685 /// Return the APFloat semantics this literal uses.
1692 /// Set the APFloat semantics this literal uses.
4056 /// track of the type the operation is performed in. Due to the semantics of
4937 /// purely syntactic, and whose semantics are that of the sole contained
5625 /// additional semantics apply:
6096 /// not really part of the user-visible semantics, and instead the
6150 /// Return the index of the result-bearing expression into the semantics
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A DMakefile.in750 c-semantics.o c-objc-common.o c-dump.o libcpp.a $(C_TARGET_OBJS)
1279 c-semantics.o : c-semantics.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H) \
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm2078 special "paragraph mode" semantics (E<agrave> la C<$/ = "">) are not
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm2050 quick and simple flock locking semantics are enough.
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1883 // Only need to visit the semantics for POE.
1885 for (auto *S : POE->semantics()) {
H A DSemaDeclCXX.cpp144 for (const Expr *E : POE->semantics()) {
283 // copy-initialization semantics (8.5).
3103 /// CheckOverrideControl - Check C++11 override control semantics.
10287 // If the properties or semantics of the copy constructor couldn't be
10296 // semantics are inherited from a subobject. FIXME: We should provide a
15511 // block literal, it has block literal lifetime semantics.
16364 // FIXME: Add all the various semantics of linkage specifications
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2185 // Non-static local constexpr variables have unintuitive semantics:
3647 // const and volatile semantics are not applied on an object under
3993 // semantics.
7583 for (const Expr *SemE : E->semantics()) {

Completed in 391 milliseconds

123