/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 116 public boolean isDraft() { return getVal(STA) == STA_DRAFT; } in isDraft() 117 public boolean isStable() { return getVal(STA) == STA_STABLE; } in isStable() 118 public boolean isDeprecated() { return getVal(STA) == STA_DEPRECATED; } in isDeprecated() 119 public boolean isObsolete() { return getVal(STA) == STA_OBSOLETE; } in isObsolete() 120 public boolean isInternal() { return getVal(STA) == STA_INTERNAL; } in isInternal() 121 public boolean isPackage() { return getVal(VIS) == VIS_PACKAGE; } in isPackage() 122 public boolean isPublic() { return getVal(VIS) == VIS_PUBLIC; } in isPublic() 123 public boolean isProtected() { return getVal(VIS) == VIS_PROTECTED; } in isProtected() 124 public boolean isPrivate() { return getVal(VIS) == VIS_PRIVATE; } in isPrivate() 125 public boolean isStatic() { return getVal(STK) == STK_STATIC; } in isStatic() [all …]
|
D | CheckAPI.java | 99 public abstract int getVal(int typ); in getVal() method in CheckAPI.APIInfo 112 public int getVal(int typ) { in getVal() method in CheckAPI.Info 208 int val = getVal(CAT); in write() 393 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls) in defaultComparator() 394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in defaultComparator() 396 result = lhi.getVal(CAT)- rhi.getVal(CAT); in defaultComparator() 418 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls) in changedComparator() 419 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in changedComparator() 421 result = lhi.getVal(CAT)- rhi.getVal(CAT); in changedComparator() 424 if (result == 0 && lhi.getVal(CAT) != CAT_CLASS) { in changedComparator() [all …]
|
D | APIStatusConsistencyChecker.java | 113 int methodStatus = api.getVal(APIInfo.STA); in checkConsistency() 115 int classStatus = clsApi.getVal(APIInfo.STA); in checkConsistency()
|
D | CollectAPI.java | 76 if (state != info.getVal(APIInfo.STA)) { in writeHTML() 154 if (!filter.get(info.getVal(APIInfo.STA))) { in writeTSV() 176 buf.append(APIInfo.getTypeValName(APIInfo.STA, info.getVal(APIInfo.STA))); in writeTSV()
|
D | APIData.java | 130 int sta = info.getVal(APIInfo.STA); in printStats() 131 int cat = info.getVal(APIInfo.CAT); in printStats()
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 205 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 217 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 275 getVal(BO->getOperand(0)), in EvaluateBlock() 276 getVal(BO->getOperand(1))); in EvaluateBlock() 281 getVal(CI->getOperand(0)), in EvaluateBlock() 282 getVal(CI->getOperand(1))); in EvaluateBlock() 287 getVal(CI->getOperand(0)), in EvaluateBlock() 292 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock() 293 getVal(SI->getOperand(1)), in EvaluateBlock() 294 getVal(SI->getOperand(2))); in EvaluateBlock() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 270 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs() 296 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams() 339 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 353 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 399 getVal(BO->getOperand(0)), in EvaluateBlock() 400 getVal(BO->getOperand(1))); in EvaluateBlock() 405 getVal(CI->getOperand(0)), in EvaluateBlock() 406 getVal(CI->getOperand(1))); in EvaluateBlock() 411 getVal(CI->getOperand(0)), in EvaluateBlock() 416 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 272 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs() 298 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams() 341 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 354 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 400 getVal(BO->getOperand(0)), in EvaluateBlock() 401 getVal(BO->getOperand(1))); in EvaluateBlock() 406 getVal(CI->getOperand(0)), in EvaluateBlock() 407 getVal(CI->getOperand(1))); in EvaluateBlock() 412 getVal(CI->getOperand(0)), in EvaluateBlock() 417 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | ProfileSummary.cpp | 120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 128 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function 184 if (getVal(dyn_cast<MDTuple>(Tuple->getOperand(Idx)), Key, Value)) { in getOptionalVal() 217 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "TotalCount", in getFromMD() 220 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxCount", MaxCount)) in getFromMD() 222 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxInternalCount", in getFromMD() 225 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount", in getFromMD() 228 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts", in getFromMD() 231 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions", in getFromMD()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 84 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 163 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount", in getFromMD() 166 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD() 168 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount", in getFromMD() 171 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount", in getFromMD() 174 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 176 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions", in getFromMD()
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 88 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 168 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount", in getFromMD() 171 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD() 173 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount", in getFromMD() 176 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount", in getFromMD() 179 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 181 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions", in getFromMD()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | stats-dbg-callsite-info.ll | 8 ; extern int getVal(); 11 ; int local1 = getVal(); 31 %call = tail call i32 (...) @getVal(), !dbg !23 41 declare !dbg !4 dso_local i32 @getVal(...) local_unnamed_addr 56 !4 = !DISubprogram(name: "getVal", scope: !1, file: !1, line: 2, spFlags: DISPFlagOptimized, retain…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | no-warning-unavail-unimp.m | 7 @property (getter=getVal) int val __attribute__((unavailable)); 8 @property (getter=getVal) int val2 __attribute__((availability(macosx,unavailable)));
|
/external/clang/test/SemaObjC/ |
D | no-warning-unavail-unimp.m | 7 @property (getter=getVal) int val __attribute__((unavailable)); 8 @property (getter=getVal) int val2 __attribute__((availability(macosx,unavailable)));
|
/external/llvm-project/llvm/test/DebugInfo/MIR/X86/ |
D | debug-call-site-param.mir | 9 # extern int getVal(); 12 # int local1 = getVal(); 17 # CHECK-GNU: DW_AT_abstract_origin {{.*}} "getVal" 69 # CHECK-DWARF5-NEXT: DW_AT_name ("getVal") 87 %call = tail call i32 (...) @getVal(), !dbg !23 97 declare !dbg !4 dso_local i32 @getVal(...) local_unnamed_addr 112 …!4 = !DISubprogram(name: "getVal", scope: !1, file: !1, line: 2, spFlags: DISPFlagOptimized, retai… 175 …CALL64pcrel32 @getVal, csr_64, implicit $rsp, implicit $ssp, implicit $al, implicit-def $rsp, impl…
|
/external/llvm-project/clang/test/Analysis/ |
D | nil-receiver-undefined-larger-than-voidptr-ret-region.m | 14 id *getVal(void); function 28 x = getVal();
|
/external/clang/test/Analysis/ |
D | nil-receiver-undefined-larger-than-voidptr-ret-region.m | 14 id *getVal(void); function 28 x = getVal();
|
/external/llvm-project/llvm/test/Transforms/LowerSwitch/ |
D | do-not-handle-impossible-values.ll | 62 ; CHECK-NEXT: [[VAL:%.*]] = call i32 @getVal(), !range !0 86 %val = call i32 @getVal(), !range !0 116 ; CHECK-NEXT: [[VAL:%.*]] = call i32 @getVal(), !range !1 134 %val = call i32 @getVal(), !range !1 165 ; CHECK-NEXT: [[VAL:%.*]] = call i32 @getVal(), !range !2 189 %val = call i32 @getVal(), !range !2 222 ; CHECK-NEXT: [[VAL:%.*]] = call i32 @getVal(), !range !1 248 %val = call i32 @getVal(), !range !1 280 ; CHECK-NEXT: [[VAL:%.*]] = call i32 @getVal(), !range !1 305 %val = call i32 @getVal(), !range !1 [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cppcoreguidelines-owning-memory.cpp | 358 const T getVal() const { return val; } in getVal() function 383 int *stack_ptr2 = Owner1.getVal(); // Bad, initializing non-owner with owner in test_templates() 386 gsl::owner<int *> IntOwner1 = NonOwner1.getVal(); // Bad, since owner initialized with non-owner in test_templates()
|
D | fuchsia-statically-constructed-objects.cpp | 71 int getVal() const { return Val; } in getVal() function in S
|
/external/llvm-project/clang/test/SemaCXX/ |
D | diagnose_if.cpp | 354 …template <typename T> T getVal() _diagnose_if(bad(), "oh no", "error") { // expected-note{{from 'd… in getVal() function 369 int run() { return getVal<int>() + getVal2<int>() + int(*this); } in run() 373 Foo(0).getVal<int>(); in run() 374 Foo(1).getVal<int>(); // expected-error{{oh no}} in run()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | SetterlessList2692Test.java | 22 public String getVal() { in getVal() method in SetterlessList2692Test.DataBean
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 64 Constant *getVal(Value *V) { in getVal() function
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | Arg.java | 74 public final XObject getVal() in getVal() method in Arg
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 65 Constant *getVal(Value *V) { in getVal() function
|