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

123

/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
H A DXMLToAPI.java313 boolean isVolatile, String value, Modifiers modifiers) {
317 api_.currField_ = new FieldAPI(name, t, isTransient, isVolatile, value, modifiers);
312 addField(String name, String type, boolean isTransient, boolean isVolatile, String value, Modifiers modifiers) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp31 bool isVolatile, bool AlwaysInline,
29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp26 SDValue Size, unsigned Align, bool isVolatile,
24 EmitTargetCodeForMemset( SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp28 bool isVolatile, bool AlwaysInline,
26 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/javassist/src/main/javassist/
H A DModifier.java107 public static boolean isVolatile(int mod) { method in class:Modifier
/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h60 SDValue Op3, unsigned Align, bool isVolatile,
77 SDValue Op3, unsigned Align, bool isVolatile,
93 SDValue Op3, unsigned Align, bool isVolatile,
57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/llvm/lib/IR/
H A DIRBuilder.cpp65 bool isVolatile, MDNode *TBAATag) {
67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
83 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag) {
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
107 bool isVolatile, MDNode *TBAATag) {
111 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
64 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, bool isVolatile, MDNode *TBAATag) argument
82 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag) argument
106 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, bool isVolatile, MDNode *TBAATag) argument
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp32 bool isVolatile, bool AlwaysInline,
70 SrcPtrInfo.getWithOffset(SrcOff), isVolatile,
84 isVolatile, false, 0);
151 unsigned Align, bool isVolatile,
28 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
148 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/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 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());
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
/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/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h172 bool isVolatile() const { return Flags & MOVolatile; } function in class:llvm::MachineMemOperand
183 bool isUnordered() const { return !isVolatile(); }
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h139 bool isVolatile() const { function in class:llvm::MemIntrinsic
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp37 bool isVolatile,
168 Align, isVolatile, DstPtrInfo.getWithOffset(Offset));
179 bool isVolatile, bool AlwaysInline,
261 Align, isVolatile, AlwaysInline,
33 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
176 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp327 ST->isVolatile(), ST->isNonTemporal(), Alignment);
362 ST->isVolatile(), ST->isNonTemporal(),
385 MemVT, ST->isVolatile(),
412 ST->isVolatile(), ST->isNonTemporal(), Alignment);
419 NewStoredVT, ST->isVolatile(), ST->isNonTemporal(),
476 LD->isVolatile(), LD->isNonTemporal(),
495 MemVT, LD->isVolatile(),
540 NewLoadedVT, LD->isVolatile(),
546 NewLoadedVT, LD->isVolatile(),
551 NewLoadedVT, LD->isVolatile(),
660 bool isVolatile = ST->isVolatile(); local
715 bool isVolatile = ST->isVolatile(); local
813 ExtraVT, isVolatile, isNonTemporal, local
[all...]
H A DLegalizeTypesGeneric.cpp256 bool isVolatile = LD->isVolatile(); local
264 isVolatile, isNonTemporal, isInvariant, Alignment,
273 isVolatile, isNonTemporal, isInvariant,
471 bool isVolatile = St->isVolatile(); local
485 isVolatile, isNonTemporal, Alignment, TBAAInfo);
491 isVolatile, isNonTemporal,
H A DLegalizeVectorOps.cpp481 LD->isVolatile(), LD->isNonTemporal(),
492 LoadVT, LD->isVolatile(),
564 LD->isVolatile(), LD->isNonTemporal(),
594 bool isVolatile = ST->isVolatile(); local
624 isVolatile, isNonTemporal, Alignment, TBAAInfo);
/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/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp411 bool isVolatile = LD->isVolatile(); local
415 isVolatile = false;
478 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
507 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
561 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
613 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
647 bool IsVolatile = MemSD->isVolatile();
1786 bool isVolatile = ST->isVolatile(); local
[all...]
/external/skia/src/core/
H A DSkBitmap.cpp553 bool SkBitmap::isVolatile() const { function in class:SkBitmap
557 void SkBitmap::setIsVolatile(bool isVolatile) { argument
558 if (isVolatile) {
838 dst.setIsVolatile(this->isVolatile());
854 dst.setIsVolatile(this->isVolatile());

Completed in 1733 milliseconds

123