Searched defs:isVolatile (Results 1 - 25 of 54) sorted by path

123

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp489 bool SkBitmap::isVolatile() const { function in class:SkBitmap
493 void SkBitmap::setIsVolatile(bool isVolatile) { argument
494 if (isVolatile) {
774 dst.setIsVolatile(this->isVolatile());
790 dst.setIsVolatile(this->isVolatile());
/external/clang/include/clang/AST/
H A DDeclCXX.h1737 bool isVolatile() const { return getType()->castAs<FunctionType>()->isVolatile(); } function in class:clang::CXXMethodDecl
H A DExpr.h4807 bool isVolatile() const { function in class:clang::StringLiteral::DesignatedInitExpr::PseudoObjectExpr::AtomicExpr
H A DStmt.h1423 bool isVolatile() const { return IsVolatile; } function in class:clang::AsmStmt
/external/clang/lib/Basic/
H A DFileManager.cpp384 bool isVolatile, bool ShouldCloseOpenFile) {
391 if (isVolatile)
398 /*RequiresNullTerminator=*/true, isVolatile);
412 /*RequiresNullTerminator=*/true, isVolatile);
421 /*RequiresNullTerminator=*/true, isVolatile);
383 getBufferForFile(const FileEntry *Entry, std::string *ErrorStr, bool isVolatile, bool ShouldCloseOpenFile) argument
H A DSourceManager.cpp98 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile; local
101 isVolatile));
/external/clang/lib/CodeGen/
H A DCGCall.h167 bool isVolatile() const { return Value.getInt(); } function in class:clang::CodeGen::ReturnValueSlot
H A DCGDecl.cpp746 bool isVolatile, CGBuilderTy &Builder) {
753 Builder.CreateStore(Init, Loc, isVolatile);
765 isVolatile, Builder);
779 isVolatile, Builder);
1108 bool isVolatile = type.isVolatileQualified(); local
1123 alignment.getQuantity(), isVolatile);
1127 emitStoresForInitAfterMemset(constant, Loc, isVolatile, Builder);
1145 isVolatile);
745 emitStoresForInitAfterMemset(llvm::Constant *Init, llvm::Value *Loc, bool isVolatile, CGBuilderTy &Builder) argument
H A DCGExprAgg.cpp51 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
303 dest.isVolatile() || src.isVolatile(),
665 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile());
893 if (!LHSSlot.isVolatile() &&
1321 if (Slot.isZeroed() || Slot.isVolatile() || Slot.getAddr() == nullptr)
1390 bool isVolatile,
1444 // we need to use a different call here. We use isVolatile to indicate when
1493 alignment.getQuantity(), isVolatile,
1388 EmitAggregateCopy(llvm::Value *DestPtr, llvm::Value *SrcPtr, QualType Ty, bool isVolatile, CharUnits alignment, bool isAssignment) argument
H A DCGExprComplex.cpp302 bool isVolatile = lvalue.isVolatileQualified(); local
311 if (!IgnoreReal || isVolatile) {
314 Real = Builder.CreateAlignedLoad(RealP, AlignR, isVolatile,
318 if (!IgnoreImag || isVolatile) {
321 Imag = Builder.CreateAlignedLoad(ImagP, AlignI, isVolatile,
H A DCGValue.h239 bool isVolatile() const { function in class:clang::CodeGen::LValue
457 bool isVolatile() const { function in class:clang::CodeGen::AggValueSlot
491 return RValue::getAggregate(getAddr(), isVolatile());
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java33 boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile,
40 mIsVolatile = isVolatile;
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(),
402 public boolean isVolatile() { method in class:FieldInfo
31 FieldInfo(String name, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) argument
H A DInfoBuilder.java757 modifiers.isVolatile(), modifiers.isSynthetic(),
1934 public boolean isVolatile() { method in class:InfoBuilder.Modifiers
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/javassist/src/main/javassist/
H A DModifier.java107 public static boolean isVolatile(int mod) { method in class:Modifier
/external/jdiff/src/jdiff/
H A DFieldAPI.java47 boolean isTransient, boolean isVolatile,
52 isVolatile_ = isVolatile;
46 FieldAPI(String name, String type, boolean isTransient, boolean isVolatile, String value, Modifiers modifiers) argument

Completed in 689 milliseconds

123